Html Css Color HEX #99EA31 Atlantis

📋 copy color: '#99EA31'

red 153 ◦ green 234 ◦ blue 49

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

Shades of Atlantis #99EA31

Tints of Atlantis #99EA31

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.67%

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

R = 35.09%
G = 53.67%
B = 11.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#99EA31 (or 0x99EA31) is known color: Atlantis. HEX triplet: 99, EA and 31. RGB value is (153,234,49). Sum of RGB (Red+Green+Blue) = 153+234+49=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EA31 is #6615CE. Grayscale: #BDBDBD. Windows color (decimal): -6690255 or 3271321. OLE color: 3271321.

HSL color Cylindrical-coordinate representation of color #99EA31: hue angle of 86.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99EA31 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 234 49 -
CMYK 0.35 0 0.79 0.08
HSL 86.27º 0.81% 0.55% -
HSV(B) 86.27º 0.79% 0.92% -
XYZ 43.11 65.84 13.34 -
YUV 188.69 49.16 102.54 -
System Red Green Blue C M Y K H S L
Decimal 153 234 49 0.35 0 0.79 0.08 86.27 0.81 0.55
Hex 99 EA 31 23 0 4F 8 56 51 37
Octal 231 352 61 43 0 117 10 126 121 67
Binary 10011001 11101010 110001 100011 0 1001111 1000 1010110 1010001 110111

Color Harmonies of #99EA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EA31

Black with #99EA31

Text Example


Text Example

White with #99EA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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