#84cd4a

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

Shades of Mantis #84CD4A

Tints of Mantis #84CD4A

Color information

#84CD4A (or 0x84CD4A) is unknown color: approx Mantis. HEX triplet: 84, CD and 4A. RGB value is (132,205,74). Sum of RGB (Red+Green+Blue) = 132+205+74=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #84CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CD4A is #7B32B5. Grayscale: #A8A8A8. Windows color (decimal): -8073910 or 4902276. OLE color: 4902276.

HSL color Cylindrical-coordinate representation of color #84CD4A: hue angle of 93.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84CD4A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB13220574-
CMYK0.3600.640.20
HSL93.44º56.71%54.71%-
HSV(B)93.44º63.9%80.39%-
XYZ32.5849.0614.23-
YUV168.2474.82102.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 205 (80.47% from 255) = 49.88%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=32.12%
G=49.88%
B=18.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132205740.3600.640.2093.4456.7154.71
Hex84CD4A24040145d3937
Octal204315112440100241357167
Binary1000010011001101100101010010001000000101001011101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84cd4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,205,74); }

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

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

 a { background-color: rgb(132,205,74); }

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

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

 span { border-color: rgb(132,205,74); }

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