#84C90D

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

Shades of Lima #84C90D

Tints of Lima #84C90D

Color information

#84C90D (or 0x84C90D) is unknown color: approx Lima. HEX triplet: 84, C9 and 0D. RGB value is (132,201,13). Sum of RGB (Red+Green+Blue) = 132+201+13=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #84C90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C90D is #7B36F2. Grayscale: #9F9F9F. Windows color (decimal): -8074995 or 903556. OLE color: 903556.

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

Color convert

RGB13220113-
CMYK0.3400.940.21
HSL82.02º87.85%41.96%-
HSV(B)82.02º93.53%78.82%-
XYZ30.4846.717.79-
YUV158.9445.64108.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 201 (78.91% from 255) = 58.09%
BLUE value IS 13 (5.47% from 255) = 3.76%
R=38.15%
G=58.09%
B=3.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132201130.3400.940.2182.0287.8541.96
Hex84C9D2205E1552582a
Octal204311154201362512213052
Binary10000100110010011101100010010111101010110100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C90D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,201,13); }

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

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

 a { background-color: rgb(132,201,13); }

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

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

 span { border-color: rgb(132,201,13); }

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