#84DC52

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

Shades of Mantis #84DC52

Tints of Mantis #84DC52

Color information

#84DC52 (or 0x84DC52) is unknown color: approx Mantis. HEX triplet: 84, DC and 52. RGB value is (132,220,82). Sum of RGB (Red+Green+Blue) = 132+220+82=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC52 is #7B23AD. Grayscale: #B2B2B2. Windows color (decimal): -8070062 or 5430404. OLE color: 5430404.

HSL color Cylindrical-coordinate representation of color #84DC52: hue angle of 98.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84DC52 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB13222082-
CMYK0.4000.630.14
HSL98.26º66.35%59.22%-
HSV(B)98.26º62.73%86.27%-
XYZ36.6356.717-
YUV177.9673.8595.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 220 (86.33% from 255) = 50.69%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=30.41%
G=50.69%
B=18.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132220820.4000.630.1498.2666.3559.22
Hex84DC522803FE62423b
Octal204334122500771614210273
Binary100001001101110010100101010000111111111011000101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,220,82); }

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

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

 a { background-color: rgb(132,220,82); }

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

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

 span { border-color: rgb(132,220,82); }

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