#84CB4A

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

Shades of Mantis #84CB4A

Tints of Mantis #84CB4A

Color information

#84CB4A (or 0x84CB4A) is unknown color: approx Mantis. HEX triplet: 84, CB and 4A. RGB value is (132,203,74). Sum of RGB (Red+Green+Blue) = 132+203+74=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CB4A is #7B34B5. Grayscale: #A7A7A7. Windows color (decimal): -8074422 or 4901764. OLE color: 4901764.

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

Color convert

RGB13220374-
CMYK0.3500.640.20
HSL93.02º55.36%54.31%-
HSV(B)93.02º63.55%79.61%-
XYZ32.1148.1114.07-
YUV167.0675.48102.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 203 (79.69% from 255) = 49.63%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=32.27%
G=49.63%
B=18.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132203740.3500.640.2093.0255.3654.31
Hex84CB4A23040145d3736
Octal204313112430100241356766
Binary1000010011001011100101010001101000000101001011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,203,74); }

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

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

 a { background-color: rgb(132,203,74); }

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

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

 span { border-color: rgb(132,203,74); }

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