Html Css Color HEX #85E110 Lawn Green

📋 copy color: '#85E110'

red 133 ◦ green 225 ◦ blue 16

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

Shades of Lawn Green #85E110

Tints of Lawn Green #85E110

RGB

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

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

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

R = 35.56%
G = 60.16%
B = 4.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#85E110 (or 0x85E110) is known color: Lawn Green. HEX triplet: 85, E1 and 10. RGB value is (133,225,16). Sum of RGB (Red+Green+Blue) = 133+225+16=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #85E110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E110 is #7A1EEF. Grayscale: #AEAEAE. Windows color (decimal): -8003312 or 1106309. OLE color: 1106309.

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

Color convert

RGB 133 225 16 -
CMYK 0.41 0 0.93 0.12
HSL 86.41º 0.87% 0.47% -
HSV(B) 86.41º 0.93% 0.88% -
XYZ 36.69 58.87 9.92 -
YUV 173.67 39.02 98.99 -
System Red Green Blue C M Y K H S L
Decimal 133 225 16 0.41 0 0.93 0.12 86.41 0.87 0.47
Hex 85 E1 10 29 0 5D C 56 57 2F
Octal 205 341 20 51 0 135 14 126 127 57
Binary 10000101 11100001 10000 101001 0 1011101 1100 1010110 1010111 101111

Color Harmonies of #85E110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E110

Black with #85E110

Text Example


Text Example

White with #85E110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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