#85E108

Color #85E108 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #85E108

Tints of Lawn Green #85E108

Color information

#85E108 (or 0x85E108) is unknown color: approx Lawn Green. HEX triplet: 85, E1 and 08. RGB value is (133,225,8). Sum of RGB (Red+Green+Blue) = 133+225+8=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #85E108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E108 is #7A1EF7. Grayscale: #ADADAD. Windows color (decimal): -8003320 or 582021. OLE color: 582021.

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

Color convert

RGB1332258-
CMYK0.4100.960.12
HSL85.44º93.13%45.69%-
HSV(B)85.44º96.44%88.24%-
XYZ36.6458.859.66-
YUV172.7535.0299.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 225 (88.28% from 255) = 61.48%
BLUE value IS 8 (3.52% from 255) = 2.19%
R=36.34%
G=61.48%
B=2.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13322580.4100.960.1285.4493.1345.69
Hex85E1829060C555d2e
Octal205341105101401412513556
Binary1000010111100001100010100101100000110010101011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E108;
 }
 .AnyTagClassName
 {
   color: #85E108;
 }
</style>
background-color css

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

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

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

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

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

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