Html Css Color HEX #85EC09 Lawn Green

📋 copy color: '#85EC09'

red 133 ◦ green 236 ◦ blue 9

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

Shades of Lawn Green #85EC09

Tints of Lawn Green #85EC09

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.43%

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

R = 35.19%
G = 62.43%
B = 2.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#85EC09 (or 0x85EC09) is known color: Lawn Green. HEX triplet: 85, EC and 09. RGB value is (133,236,9). Sum of RGB (Red+Green+Blue) = 133+236+9=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EC09 is #7A13F6. Grayscale: #B4B4B4. Windows color (decimal): -8000503 or 650373. OLE color: 650373.

HSL color Cylindrical-coordinate representation of color #85EC09: hue angle of 87.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85EC09 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 9 -
CMYK 0.44 0 0.96 0.07
HSL 87.22º 0.93% 0.48% -
HSV(B) 87.22º 0.96% 0.93% -
XYZ 39.72 65 10.71 -
YUV 179.33 31.88 94.96 -
System Red Green Blue C M Y K H S L
Decimal 133 236 9 0.44 0 0.96 0.07 87.22 0.93 0.48
Hex 85 EC 9 2C 0 60 7 57 5D 30
Octal 205 354 11 54 0 140 7 127 135 60
Binary 10000101 11101100 1001 101100 0 1100000 111 1010111 1011101 110000

Color Harmonies of #85EC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC09

Black with #85EC09

Text Example


Text Example

White with #85EC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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