#85CA19

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

Shades of Lima #85CA19

Tints of Lima #85CA19

Color information

#85CA19 (or 0x85CA19) is unknown color: approx Lima. HEX triplet: 85, CA and 19. RGB value is (133,202,25). Sum of RGB (Red+Green+Blue) = 133+202+25=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85CA19 is #7A35E6. Grayscale: #A1A1A1. Windows color (decimal): -8009191 or 1690245. OLE color: 1690245.

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

Color convert

RGB13320225-
CMYK0.3400.880.21
HSL83.39º77.97%44.51%-
HSV(B)83.39º87.62%79.22%-
XYZ30.9747.38.42-
YUV161.1951.14107.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 202 (79.30% from 255) = 56.11%
BLUE value IS 25 (10.16% from 255) = 6.94%
R=36.94%
G=56.11%
B=6.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133202250.3400.880.2183.3977.9744.51
Hex85CA192205815534e2d
Octal205312314201302512311655
Binary100001011100101011001100010010110001010110100111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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