Html Css Color HEX #99DB42 Atlantis

📋 copy color: '#99DB42'

red 153 ◦ green 219 ◦ blue 66

#99DB42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #99DB42

Tints of Atlantis #99DB42

RGB

 RED value IS 153 (60.16% from 255) = 34.93%

 GREEN value IS 219 (85.94% from 255) = 50%

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 34.93%
G = 50%
B = 15.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#99DB42 (or 0x99DB42) is known color: Atlantis. HEX triplet: 99, DB and 42. RGB value is (153,219,66). Sum of RGB (Red+Green+Blue) = 153+219+66=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DB42 is #6624BD. Grayscale: #B6B6B6. Windows color (decimal): -6694078 or 4381593. OLE color: 4381593.

HSL color Cylindrical-coordinate representation of color #99DB42: hue angle of 85.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99DB42 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 219 66 -
CMYK 0.30 0 0.70 0.14
HSL 85.88º 0.68% 0.56% -
HSV(B) 85.88º 0.7% 0.86% -
XYZ 39.45 57.83 14.24 -
YUV 181.82 62.63 107.44 -
System Red Green Blue C M Y K H S L
Decimal 153 219 66 0.30 0 0.70 0.14 85.88 0.68 0.56
Hex 99 DB 42 1E 0 46 E 56 44 38
Octal 231 333 102 36 0 106 16 126 104 70
Binary 10011001 11011011 1000010 11110 0 1000110 1110 1010110 1000100 111000

Color Harmonies of #99DB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB42

Black with #99DB42

Text Example


Text Example

White with #99DB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DB42; }

 p { color: rgb(153,219,66); }

 H1.HeaderClassName
 {
   color: #99DB42;
 }
 .AnyTagClassName
 {
   color: #99DB42;
 }
</style>

background-color css

<style>
 a { background-color: #99DB42; }

 a { background-color: rgb(153,219,66); }

 div.DivClassName
 {
   background-color: #99DB42;
 }
 .BgClassName
 {
   background-color: #99DB42;
 }
</style>

border-color css

<style>
 span { border-color: #99DB42; }

 span { border-color: rgb(153,219,66); }

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