#84C61D

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

Shades of Lima #84C61D

Tints of Lima #84C61D

Color information

#84C61D (or 0x84C61D) is unknown color: approx Lima. HEX triplet: 84, C6 and 1D. RGB value is (132,198,29). Sum of RGB (Red+Green+Blue) = 132+198+29=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #84C61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C61D is #7B39E2. Grayscale: #9F9F9F. Windows color (decimal): -8075747 or 1951364. OLE color: 1951364.

HSL color Cylindrical-coordinate representation of color #84C61D: hue angle of 83.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84C61D is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB13219829-
CMYK0.3300.850.22
HSL83.43º74.45%44.51%-
HSV(B)83.43º85.35%77.65%-
XYZ29.9345.388.34-
YUV15954.63108.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 198 (77.73% from 255) = 55.15%
BLUE value IS 29 (11.72% from 255) = 8.08%
R=36.77%
G=55.15%
B=8.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132198290.3300.850.2283.4374.4544.51
Hex84C61D2105516534a2d
Octal204306354101252612311255
Binary100001001100011011101100001010101011011010100111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,198,29); }

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

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

 a { background-color: rgb(132,198,29); }

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

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

 span { border-color: rgb(132,198,29); }

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