#84C252

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

Shades of Mantis #84C252

Tints of Mantis #84C252

Color information

#84C252 (or 0x84C252) is unknown color: approx Mantis. HEX triplet: 84, C2 and 52. RGB value is (132,194,82). Sum of RGB (Red+Green+Blue) = 132+194+82=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #84C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C252 is #7B3DAD. Grayscale: #A3A3A3. Windows color (decimal): -8076718 or 5423748. OLE color: 5423748.

HSL color Cylindrical-coordinate representation of color #84C252: hue angle of 93.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84C252 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB13219482-
CMYK0.3200.580.24
HSL93.21º47.86%54.12%-
HSV(B)93.21º57.73%76.08%-
XYZ30.3344.114.9-
YUV162.6982.46106.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 194 (76.17% from 255) = 47.55%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=32.35%
G=47.55%
B=20.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132194820.3200.580.2493.2147.8654.12
Hex84C2522003A185d3036
Octal20430212240072301356066
Binary100001001100001010100101000000111010110001011101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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