#85CA12

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

Shades of Lima #85CA12

Tints of Lima #85CA12

Color information

#85CA12 (or 0x85CA12) is unknown color: approx Lima. HEX triplet: 85, CA and 12. RGB value is (133,202,18). Sum of RGB (Red+Green+Blue) = 133+202+18=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CA12 is #7A35ED. Grayscale: #A1A1A1. Windows color (decimal): -8009198 or 1231493. OLE color: 1231493.

HSL color Cylindrical-coordinate representation of color #85CA12: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85CA12 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB13320218-
CMYK0.3400.910.21
HSL82.5º83.64%43.14%-
HSV(B)82.5º91.09%79.22%-
XYZ30.947.278.07-
YUV160.3947.64108.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 18 (7.42% from 255) = 5.10%
R=37.68%
G=57.22%
B=5.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133202180.3400.910.2182.583.6443.14
Hex85CA122205B1552542b
Octal205312224201332512212453
Binary100001011100101010010100010010110111010110100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,18); }

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

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

 a { background-color: rgb(133,202,18); }

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

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

 span { border-color: rgb(133,202,18); }

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