#85C111

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

Shades of Lima #85C111

Tints of Lima #85C111

Color information

#85C111 (or 0x85C111) is unknown color: approx Lima. HEX triplet: 85, C1 and 11. RGB value is (133,193,17). Sum of RGB (Red+Green+Blue) = 133+193+17=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #85C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C111 is #7A3EEE. Grayscale: #9B9B9B. Windows color (decimal): -8011503 or 1163653. OLE color: 1163653.

HSL color Cylindrical-coordinate representation of color #85C111: hue angle of 80.45º 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 #85C111 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB13319317-
CMYK0.3100.910.24
HSL80.45º83.81%41.18%-
HSV(B)80.45º91.19%75.69%-
XYZ28.8443.177.34-
YUV15550.12112.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 193 (75.78% from 255) = 56.27%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=38.78%
G=56.27%
B=4.96%

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
Decimal133193170.3100.910.2480.4583.8141.18
Hex85C1111F05B18505429
Octal205301213701333012012451
Binary10000101110000011000111111010110111100010100001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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