#85d80f

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

Shades of Lawn Green #85D80F

Tints of Lawn Green #85D80F

Color information

#85D80F (or 0x85D80F) is unknown color: approx Lawn Green. HEX triplet: 85, D8 and 0F. RGB value is (133,216,15). Sum of RGB (Red+Green+Blue) = 133+216+15=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #85D80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D80F is #7A27F0. Grayscale: #A8A8A8. Windows color (decimal): -8005617 or 1038469. OLE color: 1038469.

HSL color Cylindrical-coordinate representation of color #85D80F: hue angle of 84.78º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85D80F is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB13321615-
CMYK0.3800.930.15
HSL84.78º87.01%45.29%-
HSV(B)84.78º93.06%84.71%-
XYZ34.3154.139.09-
YUV168.2741.5102.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 216 (84.77% from 255) = 59.34%
BLUE value IS 15 (6.25% from 255) = 4.12%
R=36.54%
G=59.34%
B=4.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133216150.3800.930.1584.7887.0145.29
Hex85D8F2605DF55572d
Octal205330174601351712512755
Binary1000010111011000111110011001011101111110101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d80f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,216,15); }

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

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

 a { background-color: rgb(133,216,15); }

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

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

 span { border-color: rgb(133,216,15); }

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