#85F521

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

Shades of Lawn Green #85F521

Tints of Lawn Green #85F521

Color information

#85F521 (or 0x85F521) is unknown color: approx Lawn Green. HEX triplet: 85, F5 and 21. RGB value is (133,245,33). Sum of RGB (Red+Green+Blue) = 133+245+33=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 245 (96.09% from 255 or 59.61% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 245 - color contains mainly: green. Hex color #85F521 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F521 is #7A0ADE. Grayscale: #BCBCBC. Windows color (decimal): -7998175 or 2225541. OLE color: 2225541.

HSL color Cylindrical-coordinate representation of color #85F521: hue angle of 91.7º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85F521 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB13324533-
CMYK0.4600.870.04
HSL91.7º91.38%54.51%-
HSV(B)91.7º86.53%96.08%-
XYZ42.670.412.78-
YUV187.3440.8989.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 245 (96.09% from 255) = 59.61%
BLUE value IS 33 (13.28% from 255) = 8.03%
R=32.36%
G=59.61%
B=8.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133245330.4600.870.0491.791.3854.51
Hex85F5212E05745c5b37
Octal20536541560127413413367
Binary10000101111101011000011011100101011110010111001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,245,33); }

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

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

 a { background-color: rgb(133,245,33); }

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

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

 span { border-color: rgb(133,245,33); }

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