Html Css Color HEX #99DE31 Atlantis

📋 copy color: '#99DE31'

red 153 ◦ green 222 ◦ blue 49

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

Shades of Atlantis #99DE31

Tints of Atlantis #99DE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.36%

 BLUE value IS 49 (19.53% from 255) = 11.56%

R = 36.08%
G = 52.36%
B = 11.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#99DE31 (or 0x99DE31) is known color: Atlantis. HEX triplet: 99, DE and 31. RGB value is (153,222,49). Sum of RGB (Red+Green+Blue) = 153+222+49=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DE31 is #6621CE. Grayscale: #B6B6B6. Windows color (decimal): -6693327 or 3268249. OLE color: 3268249.

HSL color Cylindrical-coordinate representation of color #99DE31: hue angle of 83.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99DE31 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 222 49 -
CMYK 0.31 0 0.78 0.13
HSL 83.93º 0.72% 0.53% -
HSV(B) 83.93º 0.78% 0.87% -
XYZ 39.81 59.24 12.24 -
YUV 181.65 53.14 107.57 -
System Red Green Blue C M Y K H S L
Decimal 153 222 49 0.31 0 0.78 0.13 83.93 0.72 0.53
Hex 99 DE 31 1F 0 4E D 54 48 35
Octal 231 336 61 37 0 116 15 124 110 65
Binary 10011001 11011110 110001 11111 0 1001110 1101 1010100 1001000 110101

Color Harmonies of #99DE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DE31

Black with #99DE31

Text Example


Text Example

White with #99DE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,222,49); }

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

background-color css

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

 a { background-color: rgb(153,222,49); }

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

border-color css

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

 span { border-color: rgb(153,222,49); }

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