#72BC54

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

Shades of Mantis #72BC54

Tints of Mantis #72BC54

Color information

#72BC54 (or 0x72BC54) is unknown color: approx Mantis. HEX triplet: 72, BC and 54. RGB value is (114,188,84). Sum of RGB (Red+Green+Blue) = 114+188+84=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC54 is #8D43AB. Grayscale: #9A9A9A. Windows color (decimal): -9257900 or 5553266. OLE color: 5553266.

HSL color Cylindrical-coordinate representation of color #72BC54: hue angle of 102.69º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72BC54 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB11418884-
CMYK0.3900.550.26
HSL102.69º43.7%53.33%-
HSV(B)102.69º55.32%73.73%-
XYZ26.5240.1814.75-
YUV154.0288.4899.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 188 (73.83% from 255) = 48.70%
BLUE value IS 84 (33.20% from 255) = 21.76%
R=29.53%
G=48.70%
B=21.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114188840.3900.550.26102.6943.753.33
Hex72BC54270371A672c35
Octal16227412447067321475465
Binary11100101011110010101001001110110111110101100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BC54; }

 p { color: rgb(114,188,84); }

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

<style>
 a { background-color: #72BC54; }

 a { background-color: rgb(114,188,84); }

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

<style>
 span { border-color: #72BC54; }

 span { border-color: rgb(114,188,84); }

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