#93DB4B

Color #93DB4B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #93DB4B

Tints of Atlantis #93DB4B

Color information

#93DB4B (or 0x93DB4B) is unknown color: approx Atlantis. HEX triplet: 93, DB and 4B. RGB value is (147,219,75). Sum of RGB (Red+Green+Blue) = 147+219+75=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93DB4B is #6C24B4. Grayscale: #B5B5B5. Windows color (decimal): -7087285 or 4971411. OLE color: 4971411.

HSL color Cylindrical-coordinate representation of color #93DB4B: hue angle of 90º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93DB4B is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB14721975-
CMYK0.3300.660.14
HSL90º66.67%57.65%-
HSV(B)90º65.75%85.88%-
XYZ38.6357.3715.69-
YUV181.0668.15103.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 49.66%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=33.33%
G=49.66%
B=17.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147219750.3300.660.149066.6757.65
Hex93DB4B21042E5a433a
Octal2233331134101021613210372
Binary1001001111011011100101110000101000010111010110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DB4B; }

 p { color: rgb(147,219,75); }

 H1.HeaderClassName
 {
   color: #93DB4B;
 }
 .AnyTagClassName
 {
   color: #93DB4B;
 }
</style>
background-color css

<style>
 a { background-color: #93DB4B; }

 a { background-color: rgb(147,219,75); }

 div.DivClassName
 {
   background-color: #93DB4B;
 }
 .BgClassName
 {
   background-color: #93DB4B;
 }
</style>
border-color css

<style>
 span { border-color: #93DB4B; }

 span { border-color: rgb(147,219,75); }

 td.TdClassName
 {
   border-color: #93DB4B;
 }
 .TagClassName
 {
   border-color: #93DB4B;
 }
</style>