#84CA13

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

Shades of Lima #84CA13

Tints of Lima #84CA13

Color information

#84CA13 (or 0x84CA13) is unknown color: approx Lima. HEX triplet: 84, CA and 13. RGB value is (132,202,19). Sum of RGB (Red+Green+Blue) = 132+202+19=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CA13 is #7B35EC. Grayscale: #A0A0A0. Windows color (decimal): -8074733 or 1297028. OLE color: 1297028.

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

Color convert

RGB13220219-
CMYK0.3500.910.21
HSL82.95º82.81%43.33%-
HSV(B)82.95º90.59%79.22%-
XYZ30.7547.198.1-
YUV160.2148.31107.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 202 (79.30% from 255) = 57.22%
BLUE value IS 19 (7.81% from 255) = 5.38%
R=37.39%
G=57.22%
B=5.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132202190.3500.910.2182.9582.8143.33
Hex84CA132305B1553532b
Octal204312234301332512312353
Binary100001001100101010011100011010110111010110100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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