Shades of Pastel Green #72D276
Tints of Pastel Green #72D276
RGB
CMYK
RGB Variations
Color information
#72D276 (or 0x72D276) is known color: Pastel Green. HEX triplet: 72, D2 and 76. RGB value is (114,210,118). Sum of RGB (Red+Green+Blue) = 114+210+118=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #72D276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D276 is #8D2D89. Grayscale: #ABABAB. Windows color (decimal): -9252234 or 7787122. OLE color: 7787122.
HSL color Cylindrical-coordinate representation of color #72D276: hue angle of 122.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D276 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 118 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.18 |
| HSL | 122.5º | 0.52% | 0.64% | - |
| HSV(B) | 122.5º | 0.46% | 0.82% | - |
| XYZ | 33.26 | 50.98 | 25.23 | - |
| YUV | 170.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 118 | 0.46 | 0 | 0.44 | 0.18 | 122.5 | 0.52 | 0.64 |
| Hex | 72 | D2 | 76 | 2E | 0 | 2C | 12 | 7B | 34 | 40 |
| Octal | 162 | 322 | 166 | 56 | 0 | 54 | 22 | 173 | 64 | 100 |
| Binary | 1110010 | 11010010 | 1110110 | 101110 | 0 | 101100 | 10010 | 1111011 | 110100 | 1000000 |
Color Harmonies of #72D276
Complementary color
Monochromatic Colors of #72D276
Black with #72D276
Text Example
Text Example
White with #72D276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D276; }
p { color: rgb(114,210,118); }
H1.HeaderClassName
{
color: #72D276;
}
.AnyTagClassName
{
color: #72D276;
}
</style>
background-color css
<style>
a { background-color: #72D276; }
a { background-color: rgb(114,210,118); }
div.DivClassName
{
background-color: #72D276;
}
.BgClassName
{
background-color: #72D276;
}
</style>
border-color css
<style>
span { border-color: #72D276; }
span { border-color: rgb(114,210,118); }
td.TdClassName
{
border-color: #72D276;
}
.TagClassName
{
border-color: #72D276;
}
</style>