#85C114

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

Shades of Lima #85C114

Tints of Lima #85C114

Color information

#85C114 (or 0x85C114) is unknown color: approx Lima. HEX triplet: 85, C1 and 14. RGB value is (133,193,20). Sum of RGB (Red+Green+Blue) = 133+193+20=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #85C114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C114 is #7A3EEB. Grayscale: #9B9B9B. Windows color (decimal): -8011500 or 1360261. OLE color: 1360261.

HSL color Cylindrical-coordinate representation of color #85C114: hue angle of 80.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85C114 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB13319320-
CMYK0.3100.900.24
HSL80.81º81.22%41.76%-
HSV(B)80.81º89.64%75.69%-
XYZ28.8743.187.47-
YUV155.3451.62112.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 20 (8.20% from 255) = 5.78%
R=38.44%
G=55.78%
B=5.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133193200.3100.900.2480.8181.2241.76
Hex85C1141F05A1851512a
Octal205301243701323012112152
Binary10000101110000011010011111010110101100010100011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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