#85CA13

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

Shades of Lima #85CA13

Tints of Lima #85CA13

Color information

#85CA13 (or 0x85CA13) is unknown color: approx Lima. HEX triplet: 85, CA and 13. RGB value is (133,202,19). Sum of RGB (Red+Green+Blue) = 133+202+19=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CA13 is #7A35EC. Grayscale: #A1A1A1. Windows color (decimal): -8009197 or 1297029. OLE color: 1297029.

HSL color Cylindrical-coordinate representation of color #85CA13: hue angle of 82.62º degrees, saturation: 0.83, 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 #85CA13 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB13320219-
CMYK0.3400.910.21
HSL82.62º82.81%43.33%-
HSV(B)82.62º90.59%79.22%-
XYZ30.9147.278.11-
YUV160.5148.14108.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 19 (7.81% from 255) = 5.37%
R=37.57%
G=57.06%
B=5.37%

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
Decimal133202190.3400.910.2182.6282.8143.33
Hex85CA132205B1553532b
Octal205312234201332512312353
Binary100001011100101010011100010010110111010110100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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