Html Css Color HEX #85E118 Lawn Green

📋 copy color: '#85E118'

red 133 ◦ green 225 ◦ blue 24

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

Shades of Lawn Green #85E118

Tints of Lawn Green #85E118

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.9%

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 34.82%
G = 58.9%
B = 6.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#85E118 (or 0x85E118) is known color: Lawn Green. HEX triplet: 85, E1 and 18. RGB value is (133,225,24). Sum of RGB (Red+Green+Blue) = 133+225+24=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #85E118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E118 is #7A1EE7. Grayscale: #AFAFAF. Windows color (decimal): -8003304 or 1630597. OLE color: 1630597.

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

Color convert

RGB 133 225 24 -
CMYK 0.41 0 0.89 0.12
HSL 87.46º 0.81% 0.49% -
HSV(B) 87.46º 0.89% 0.88% -
XYZ 36.76 58.9 10.3 -
YUV 174.58 43.02 98.34 -
System Red Green Blue C M Y K H S L
Decimal 133 225 24 0.41 0 0.89 0.12 87.46 0.81 0.49
Hex 85 E1 18 29 0 59 C 57 51 31
Octal 205 341 30 51 0 131 14 127 121 61
Binary 10000101 11100001 11000 101001 0 1011001 1100 1010111 1010001 110001

Color Harmonies of #85E118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E118

Black with #85E118

Text Example


Text Example

White with #85E118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,24); }

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

background-color css

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

 a { background-color: rgb(133,225,24); }

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

border-color css

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

 span { border-color: rgb(133,225,24); }

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