#84C75A

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

Shades of Mantis #84C75A

Tints of Mantis #84C75A

Color information

#84C75A (or 0x84C75A) is unknown color: approx Mantis. HEX triplet: 84, C7 and 5A. RGB value is (132,199,90). Sum of RGB (Red+Green+Blue) = 132+199+90=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #84C75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C75A is #7B38A5. Grayscale: #A6A6A6. Windows color (decimal): -8075430 or 5949316. OLE color: 5949316.

HSL color Cylindrical-coordinate representation of color #84C75A: hue angle of 96.88º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84C75A is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB13219990-
CMYK0.3400.550.22
HSL96.88º49.32%56.67%-
HSV(B)96.88º54.77%78.04%-
XYZ31.7846.4916.97-
YUV166.5484.8103.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 199 (78.12% from 255) = 47.27%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=31.35%
G=47.27%
B=21.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132199900.3400.550.2296.8849.3256.67
Hex84C75A2203716613139
Octal20430713242067261416171
Binary100001001100011110110101000100110111101101100001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,199,90); }

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

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

 a { background-color: rgb(132,199,90); }

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

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

 span { border-color: rgb(132,199,90); }

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