#84CC71

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

Shades of Mantis #84CC71

Tints of Mantis #84CC71

Color information

#84CC71 (or 0x84CC71) is unknown color: approx Mantis. HEX triplet: 84, CC and 71. RGB value is (132,204,113). Sum of RGB (Red+Green+Blue) = 132+204+113=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CC71 is #7B338E. Grayscale: #ACACAC. Windows color (decimal): -8074127 or 7457924. OLE color: 7457924.

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

Color convert

RGB132204113-
CMYK0.3500.450.2
HSL107.47º47.15%62.16%-
HSV(B)107.47º44.61%80%-
XYZ34.0949.2823.34-
YUV172.194.6599.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=29.40%
G=45.43%
B=25.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322041130.3500.450.2107.4747.1562.16
Hex84CC712302D146b2f3e
Octal20431416143055241535776
Binary100001001100110011100011000110101101101001101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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