#84cc48

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

Shades of Mantis #84CC48

Tints of Mantis #84CC48

Color information

#84CC48 (or 0x84CC48) is unknown color: approx Mantis. HEX triplet: 84, CC and 48. RGB value is (132,204,72). Sum of RGB (Red+Green+Blue) = 132+204+72=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CC48 is #7B33B7. Grayscale: #A7A7A7. Windows color (decimal): -8074168 or 4770948. OLE color: 4770948.

HSL color Cylindrical-coordinate representation of color #84CC48: hue angle of 92.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84CC48 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB13220472-
CMYK0.3500.650.2
HSL92.73º56.41%54.12%-
HSV(B)92.73º64.71%80%-
XYZ32.2848.5613.8-
YUV167.4274.15102.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=32.35%
G=50%
B=17.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal132204720.3500.650.292.7356.4154.12
Hex84CC4823041145d3836
Octal204314110430101241357066
Binary1000010011001100100100010001101000001101001011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84cc48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,204,72); }

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

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

 a { background-color: rgb(132,204,72); }

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

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

 span { border-color: rgb(132,204,72); }

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