Html Css Color HEX #85E009 Lawn Green

📋 copy color: '#85E009'

red 133 ◦ green 224 ◦ blue 9

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

Shades of Lawn Green #85E009

Tints of Lawn Green #85E009

RGB

 RED value IS 133 (52.34% from 255) = 36.34%

 GREEN value IS 224 (87.89% from 255) = 61.2%

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 36.34%
G = 61.2%
B = 2.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#85E009 (or 0x85E009) is known color: Lawn Green. HEX triplet: 85, E0 and 09. RGB value is (133,224,9). Sum of RGB (Red+Green+Blue) = 133+224+9=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #85E009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E009 is #7A1FF6. Grayscale: #ADADAD. Windows color (decimal): -8003575 or 647301. OLE color: 647301.

HSL color Cylindrical-coordinate representation of color #85E009: hue angle of 85.4º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85E009 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 224 9 -
CMYK 0.41 0 0.96 0.12
HSL 85.4º 0.92% 0.46% -
HSV(B) 85.4º 0.96% 0.88% -
XYZ 36.38 58.32 9.6 -
YUV 172.28 35.85 99.98 -
System Red Green Blue C M Y K H S L
Decimal 133 224 9 0.41 0 0.96 0.12 85.4 0.92 0.46
Hex 85 E0 9 29 0 60 C 55 5C 2E
Octal 205 340 11 51 0 140 14 125 134 56
Binary 10000101 11100000 1001 101001 0 1100000 1100 1010101 1011100 101110

Color Harmonies of #85E009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E009

Black with #85E009

Text Example


Text Example

White with #85E009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85E009; }

 p { color: rgb(133,224,9); }

 H1.HeaderClassName
 {
   color: #85E009;
 }
 .AnyTagClassName
 {
   color: #85E009;
 }
</style>

background-color css

<style>
 a { background-color: #85E009; }

 a { background-color: rgb(133,224,9); }

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

border-color css

<style>
 span { border-color: #85E009; }

 span { border-color: rgb(133,224,9); }

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