#84CB56

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

Shades of Mantis #84CB56

Tints of Mantis #84CB56

Color information

#84CB56 (or 0x84CB56) is unknown color: approx Mantis. HEX triplet: 84, CB and 56. RGB value is (132,203,86). Sum of RGB (Red+Green+Blue) = 132+203+86=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CB56 is #7B34A9. Grayscale: #A8A8A8. Windows color (decimal): -8074410 or 5688196. OLE color: 5688196.

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

Color convert

RGB13220386-
CMYK0.3500.580.20
HSL96.41º52.94%56.67%-
HSV(B)96.41º57.64%79.61%-
XYZ32.5548.2916.41-
YUV168.4381.48102.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=31.35%
G=48.22%
B=20.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132203860.3500.580.2096.4152.9456.67
Hex84CB562303A14603539
Octal20431312643072241406571
Binary100001001100101110101101000110111010101001100000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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