Html Css Color HEX #85E310 Lawn Green

📋 copy color: '#85E310'

red 133 ◦ green 227 ◦ blue 16

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

Shades of Lawn Green #85E310

Tints of Lawn Green #85E310

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.37%

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

R = 35.37%
G = 60.37%
B = 4.26%

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

#85E310 (or 0x85E310) is known color: Lawn Green. HEX triplet: 85, E3 and 10. RGB value is (133,227,16). Sum of RGB (Red+Green+Blue) = 133+227+16=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 227 (89.06% from 255 or 60.37% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 227 - color contains mainly: green. Hex color #85E310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E310 is #7A1CEF. Grayscale: #AFAFAF. Windows color (decimal): -8002800 or 1106821. OLE color: 1106821.

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

Color convert

RGB 133 227 16 -
CMYK 0.41 0 0.93 0.11
HSL 86.73º 0.87% 0.48% -
HSV(B) 86.73º 0.93% 0.89% -
XYZ 37.24 59.96 10.1 -
YUV 174.84 38.36 98.16 -
System Red Green Blue C M Y K H S L
Decimal 133 227 16 0.41 0 0.93 0.11 86.73 0.87 0.48
Hex 85 E3 10 29 0 5D B 57 57 30
Octal 205 343 20 51 0 135 13 127 127 60
Binary 10000101 11100011 10000 101001 0 1011101 1011 1010111 1010111 110000

Color Harmonies of #85E310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E310

Black with #85E310

Text Example


Text Example

White with #85E310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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