Html Css Color HEX #85E916 Lawn Green

📋 copy color: '#85E916'

red 133 ◦ green 233 ◦ blue 22

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

Shades of Lawn Green #85E916

Tints of Lawn Green #85E916

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.05%

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 34.28%
G = 60.05%
B = 5.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#85E916 (or 0x85E916) is known color: Lawn Green. HEX triplet: 85, E9 and 16. RGB value is (133,233,22). Sum of RGB (Red+Green+Blue) = 133+233+22=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 233 (91.41% from 255 or 60.05% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 233 - color contains mainly: green. Hex color #85E916 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E916 is #7A16E9. Grayscale: #B3B3B3. Windows color (decimal): -8001258 or 1501573. OLE color: 1501573.

HSL color Cylindrical-coordinate representation of color #85E916: hue angle of 88.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85E916 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 22 -
CMYK 0.43 0 0.91 0.09
HSL 88.44º 0.83% 0.5% -
HSV(B) 88.44º 0.91% 0.91% -
XYZ 38.96 63.32 10.93 -
YUV 179.05 39.37 95.16 -
System Red Green Blue C M Y K H S L
Decimal 133 233 22 0.43 0 0.91 0.09 88.44 0.83 0.5
Hex 85 E9 16 2B 0 5B 9 58 53 32
Octal 205 351 26 53 0 133 11 130 123 62
Binary 10000101 11101001 10110 101011 0 1011011 1001 1011000 1010011 110010

Color Harmonies of #85E916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E916

Black with #85E916

Text Example


Text Example

White with #85E916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,22); }

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

background-color css

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

 a { background-color: rgb(133,233,22); }

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

border-color css

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

 span { border-color: rgb(133,233,22); }

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