#72BF54

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

Shades of Mantis #72BF54

Tints of Mantis #72BF54

Color information

#72BF54 (or 0x72BF54) is unknown color: approx Mantis. HEX triplet: 72, BF and 54. RGB value is (114,191,84). Sum of RGB (Red+Green+Blue) = 114+191+84=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF54 is #8D40AB. Grayscale: #9C9C9C. Windows color (decimal): -9257132 or 5554034. OLE color: 5554034.

HSL color Cylindrical-coordinate representation of color #72BF54: hue angle of 103.18º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72BF54 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB11419184-
CMYK0.4000.560.25
HSL103.18º45.53%53.92%-
HSV(B)103.18º56.02%74.9%-
XYZ27.1741.4814.96-
YUV155.7887.4998.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 191 (75% from 255) = 49.10%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=29.31%
G=49.10%
B=21.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191840.4000.560.25103.1845.5353.92
Hex72BF542803819672e36
Octal16227712450070311475666
Binary11100101011111110101001010000111000110011100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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