#85C10E

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

Shades of Lima #85C10E

Tints of Lima #85C10E

Color information

#85C10E (or 0x85C10E) is unknown color: approx Lima. HEX triplet: 85, C1 and 0E. RGB value is (133,193,14). Sum of RGB (Red+Green+Blue) = 133+193+14=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #85C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C10E is #7A3EF1. Grayscale: #9B9B9B. Windows color (decimal): -8011506 or 967045. OLE color: 967045.

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

Color convert

RGB13319314-
CMYK0.3100.930.24
HSL80.11º86.47%40.59%-
HSV(B)80.11º92.75%75.69%-
XYZ28.8243.167.23-
YUV154.6548.62112.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 193 (75.78% from 255) = 56.76%
BLUE value IS 14 (5.86% from 255) = 4.12%
R=39.12%
G=56.76%
B=4.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133193140.3100.930.2480.1186.4740.59
Hex85C1E1F05D18505629
Octal205301163701353012012651
Binary1000010111000001111011111010111011100010100001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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