#84B411

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

Shades of Lima #84B411

Tints of Lima #84B411

Color information

#84B411 (or 0x84B411) is unknown color: approx Lima. HEX triplet: 84, B4 and 11. RGB value is (132,180,17). Sum of RGB (Red+Green+Blue) = 132+180+17=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #84B411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B411 is #7B4BEE. Grayscale: #939393. Windows color (decimal): -8080367 or 1160324. OLE color: 1160324.

HSL color Cylindrical-coordinate representation of color #84B411: hue angle of 77.67º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84B411 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB13218017-
CMYK0.2700.910.29
HSL77.67º82.74%38.63%-
HSV(B)77.67º90.56%70.59%-
XYZ25.9437.596.42-
YUV147.0754.6117.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 17 (7.03% from 255) = 5.17%
R=40.12%
G=54.71%
B=5.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132180170.2700.910.2977.6782.7438.63
Hex84B4111B05B1D4e5327
Octal204264213301333511612347
Binary10000100101101001000111011010110111110110011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,17); }

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

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

 a { background-color: rgb(132,180,17); }

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

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

 span { border-color: rgb(132,180,17); }

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