#84BD14

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

Shades of Lima #84BD14

Tints of Lima #84BD14

Color information

#84BD14 (or 0x84BD14) is unknown color: approx Lima. HEX triplet: 84, BD and 14. RGB value is (132,189,20). Sum of RGB (Red+Green+Blue) = 132+189+20=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BD14 is #7B42EB. Grayscale: #999999. Windows color (decimal): -8078060 or 1359236. OLE color: 1359236.

HSL color Cylindrical-coordinate representation of color #84BD14: hue angle of 80.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84BD14 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB13218920-
CMYK0.3000.890.26
HSL80.24º80.86%40.98%-
HSV(B)80.24º89.42%74.12%-
XYZ27.8441.357.18-
YUV152.6953.12113.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 20 (8.20% from 255) = 5.87%
R=38.71%
G=55.43%
B=5.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132189200.3000.890.2680.2480.8640.98
Hex84BD141E0591A505129
Octal204275243601313212012151
Binary10000100101111011010011110010110011101010100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,20); }

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

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

 a { background-color: rgb(132,189,20); }

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

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

 span { border-color: rgb(132,189,20); }

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