#84BF12

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

Shades of Lima #84BF12

Tints of Lima #84BF12

Color information

#84BF12 (or 0x84BF12) is unknown color: approx Lima. HEX triplet: 84, BF and 12. RGB value is (132,191,18). Sum of RGB (Red+Green+Blue) = 132+191+18=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BF12 is #7B40ED. Grayscale: #9A9A9A. Windows color (decimal): -8077550 or 1228676. OLE color: 1228676.

HSL color Cylindrical-coordinate representation of color #84BF12: hue angle of 80.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84BF12 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB13219118-
CMYK0.3100.910.25
HSL80.46º82.78%40.98%-
HSV(B)80.46º90.58%74.9%-
XYZ28.2642.217.23-
YUV153.6451.45112.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 191 (75% from 255) = 56.01%
BLUE value IS 18 (7.42% from 255) = 5.28%
R=38.71%
G=56.01%
B=5.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132191180.3100.910.2580.4682.7840.98
Hex84BF121F05B19505329
Octal204277223701333112012351
Binary10000100101111111001011111010110111100110100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,191,18); }

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

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

 a { background-color: rgb(132,191,18); }

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

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

 span { border-color: rgb(132,191,18); }

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