Shades of Mantis #72BD5C
Tints of Mantis #72BD5C
RGB
CMYK
RGB Variations
Color information
#72BD5C (or 0x72BD5C) is known color: Mantis. HEX triplet: 72, BD and 5C. RGB value is (114,189,92). Sum of RGB (Red+Green+Blue) = 114+189+92=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD5C is #8D42A3. Grayscale: #9B9B9B. Windows color (decimal): -9257636 or 6077810. OLE color: 6077810.
HSL color Cylindrical-coordinate representation of color #72BD5C: hue angle of 106.39º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BD5C is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 92 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.26 |
| HSL | 106.39º | 0.42% | 0.55% | - |
| HSV(B) | 106.39º | 0.51% | 0.74% | - |
| XYZ | 27.07 | 40.75 | 16.56 | - |
| YUV | 155.52 | 92.15 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 92 | 0.40 | 0 | 0.51 | 0.26 | 106.39 | 0.42 | 0.55 |
| Hex | 72 | BD | 5C | 28 | 0 | 33 | 1A | 6A | 2A | 37 |
| Octal | 162 | 275 | 134 | 50 | 0 | 63 | 32 | 152 | 52 | 67 |
| Binary | 1110010 | 10111101 | 1011100 | 101000 | 0 | 110011 | 11010 | 1101010 | 101010 | 110111 |
Color Harmonies of #72BD5C
Complementary color
Monochromatic Colors of #72BD5C
Black with #72BD5C
Text Example
Text Example
White with #72BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD5C; }
p { color: rgb(114,189,92); }
H1.HeaderClassName
{
color: #72BD5C;
}
.AnyTagClassName
{
color: #72BD5C;
}
</style>
background-color css
<style>
a { background-color: #72BD5C; }
a { background-color: rgb(114,189,92); }
div.DivClassName
{
background-color: #72BD5C;
}
.BgClassName
{
background-color: #72BD5C;
}
</style>
border-color css
<style>
span { border-color: #72BD5C; }
span { border-color: rgb(114,189,92); }
td.TdClassName
{
border-color: #72BD5C;
}
.TagClassName
{
border-color: #72BD5C;
}
</style>