#84DD4B

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

Shades of Mantis #84DD4B

Tints of Mantis #84DD4B

Color information

#84DD4B (or 0x84DD4B) is unknown color: approx Mantis. HEX triplet: 84, DD and 4B. RGB value is (132,221,75). Sum of RGB (Red+Green+Blue) = 132+221+75=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DD4B is #7B22B4. Grayscale: #B2B2B2. Windows color (decimal): -8069813 or 4971908. OLE color: 4971908.

HSL color Cylindrical-coordinate representation of color #84DD4B: hue angle of 96.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84DD4B is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB13222175-
CMYK0.4000.660.13
HSL96.58º68.22%58.04%-
HSV(B)96.58º66.06%86.67%-
XYZ36.6457.1315.75-
YUV177.7470.0195.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 221 (86.72% from 255) = 51.64%
BLUE value IS 75 (29.69% from 255) = 17.52%
R=30.84%
G=51.64%
B=17.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132221750.4000.660.1396.5868.2258.04
Hex84DD4B28042D61443a
Octal2043351135001021514110472
Binary1000010011011101100101110100001000010110111000011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,221,75); }

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

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

 a { background-color: rgb(132,221,75); }

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

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

 span { border-color: rgb(132,221,75); }

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