#85C211

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

Shades of Lima #85C211

Tints of Lima #85C211

Color information

#85C211 (or 0x85C211) is unknown color: approx Lima. HEX triplet: 85, C2 and 11. RGB value is (133,194,17). Sum of RGB (Red+Green+Blue) = 133+194+17=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #85C211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C211 is #7A3DEE. Grayscale: #9C9C9C. Windows color (decimal): -8011247 or 1163909. OLE color: 1163909.

HSL color Cylindrical-coordinate representation of color #85C211: hue angle of 80.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85C211 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB13319417-
CMYK0.3100.910.24
HSL80.68º83.89%41.37%-
HSV(B)80.68º91.24%76.08%-
XYZ29.0743.617.42-
YUV155.5849.79111.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 194 (76.17% from 255) = 56.40%
BLUE value IS 17 (7.03% from 255) = 4.94%
R=38.66%
G=56.40%
B=4.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133194170.3100.910.2480.6883.8941.37
Hex85C2111F05B18515429
Octal205302213701333012112451
Binary10000101110000101000111111010110111100010100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,194,17); }

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

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

 a { background-color: rgb(133,194,17); }

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

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

 span { border-color: rgb(133,194,17); }

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