Html Css Color HEX #85E210 Lawn Green

📋 copy color: '#85E210'

red 133 ◦ green 226 ◦ blue 16

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

Shades of Lawn Green #85E210

Tints of Lawn Green #85E210

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.27%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 35.47%
G = 60.27%
B = 4.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#85E210 (or 0x85E210) is known color: Lawn Green. HEX triplet: 85, E2 and 10. RGB value is (133,226,16). Sum of RGB (Red+Green+Blue) = 133+226+16=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #85E210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E210 is #7A1DEF. Grayscale: #AFAFAF. Windows color (decimal): -8003056 or 1106565. OLE color: 1106565.

HSL color Cylindrical-coordinate representation of color #85E210: hue angle of 86.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85E210 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 133 226 16 -
CMYK 0.41 0 0.93 0.11
HSL 86.57º 0.87% 0.47% -
HSV(B) 86.57º 0.93% 0.89% -
XYZ 36.96 59.42 10.01 -
YUV 174.25 38.69 98.58 -
System Red Green Blue C M Y K H S L
Decimal 133 226 16 0.41 0 0.93 0.11 86.57 0.87 0.47
Hex 85 E2 10 29 0 5D B 57 57 2F
Octal 205 342 20 51 0 135 13 127 127 57
Binary 10000101 11100010 10000 101001 0 1011101 1011 1010111 1010111 101111

Color Harmonies of #85E210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E210

Black with #85E210

Text Example


Text Example

White with #85E210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,226,16); }

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

background-color css

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

 a { background-color: rgb(133,226,16); }

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

border-color css

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

 span { border-color: rgb(133,226,16); }

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