#84C242

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

Shades of Mantis #84C242

Tints of Mantis #84C242

Color information

#84C242 (or 0x84C242) is unknown color: approx Mantis. HEX triplet: 84, C2 and 42. RGB value is (132,194,66). Sum of RGB (Red+Green+Blue) = 132+194+66=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #84C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C242 is #7B3DBD. Grayscale: #A1A1A1. Windows color (decimal): -8076734 or 4375172. OLE color: 4375172.

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

Color convert

RGB13219466-
CMYK0.3200.660.24
HSL89.06º51.2%50.98%-
HSV(B)89.06º65.98%76.08%-
XYZ29.7943.8812.05-
YUV160.8774.46107.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.67%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=33.67%
G=49.49%
B=16.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132194660.3200.660.2489.0651.250.98
Hex84C2422004218593333
Octal204302102400102301316363
Binary1000010011000010100001010000001000010110001011001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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