Shades of Pastel Green #72D06C
Tints of Pastel Green #72D06C
RGB
CMYK
RGB Variations
Color information
#72D06C (or 0x72D06C) is known color: Pastel Green. HEX triplet: 72, D0 and 6C. RGB value is (114,208,108). Sum of RGB (Red+Green+Blue) = 114+208+108=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #72D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D06C is #8D2F93. Grayscale: #A8A8A8. Windows color (decimal): -9252756 or 7131250. OLE color: 7131250.
HSL color Cylindrical-coordinate representation of color #72D06C: hue angle of 116.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72D06C is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 208 | 108 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.18 |
| HSL | 116.4º | 0.52% | 0.62% | - |
| HSV(B) | 116.4º | 0.48% | 0.82% | - |
| XYZ | 32.2 | 49.77 | 22.1 | - |
| YUV | 168.49 | 93.86 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 108 | 0.45 | 0 | 0.48 | 0.18 | 116.4 | 0.52 | 0.62 |
| Hex | 72 | D0 | 6C | 2D | 0 | 30 | 12 | 74 | 34 | 3E |
| Octal | 162 | 320 | 154 | 55 | 0 | 60 | 22 | 164 | 64 | 76 |
| Binary | 1110010 | 11010000 | 1101100 | 101101 | 0 | 110000 | 10010 | 1110100 | 110100 | 111110 |
Color Harmonies of #72D06C
Complementary color
Monochromatic Colors of #72D06C
Black with #72D06C
Text Example
Text Example
White with #72D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D06C; }
p { color: rgb(114,208,108); }
H1.HeaderClassName
{
color: #72D06C;
}
.AnyTagClassName
{
color: #72D06C;
}
</style>
background-color css
<style>
a { background-color: #72D06C; }
a { background-color: rgb(114,208,108); }
div.DivClassName
{
background-color: #72D06C;
}
.BgClassName
{
background-color: #72D06C;
}
</style>
border-color css
<style>
span { border-color: #72D06C; }
span { border-color: rgb(114,208,108); }
td.TdClassName
{
border-color: #72D06C;
}
.TagClassName
{
border-color: #72D06C;
}
</style>