Shades of Pastel Green #72CE76
Tints of Pastel Green #72CE76
RGB
CMYK
RGB Variations
Color information
#72CE76 (or 0x72CE76) is known color: Pastel Green. HEX triplet: 72, CE and 76. RGB value is (114,206,118). Sum of RGB (Red+Green+Blue) = 114+206+118=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE76 is #8D3189. Grayscale: #A8A8A8. Windows color (decimal): -9253258 or 7786098. OLE color: 7786098.
HSL color Cylindrical-coordinate representation of color #72CE76: hue angle of 122.61º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CE76 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 118 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.19 |
| HSL | 122.61º | 0.48% | 0.63% | - |
| HSV(B) | 122.61º | 0.45% | 0.81% | - |
| XYZ | 32.28 | 49.03 | 24.9 | - |
| YUV | 168.46 | 99.52 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 118 | 0.45 | 0 | 0.43 | 0.19 | 122.61 | 0.48 | 0.63 |
| Hex | 72 | CE | 76 | 2D | 0 | 2B | 13 | 7B | 30 | 3F |
| Octal | 162 | 316 | 166 | 55 | 0 | 53 | 23 | 173 | 60 | 77 |
| Binary | 1110010 | 11001110 | 1110110 | 101101 | 0 | 101011 | 10011 | 1111011 | 110000 | 111111 |
Color Harmonies of #72CE76
Complementary color
Monochromatic Colors of #72CE76
Black with #72CE76
Text Example
Text Example
White with #72CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE76; }
p { color: rgb(114,206,118); }
H1.HeaderClassName
{
color: #72CE76;
}
.AnyTagClassName
{
color: #72CE76;
}
</style>
background-color css
<style>
a { background-color: #72CE76; }
a { background-color: rgb(114,206,118); }
div.DivClassName
{
background-color: #72CE76;
}
.BgClassName
{
background-color: #72CE76;
}
</style>
border-color css
<style>
span { border-color: #72CE76; }
span { border-color: rgb(114,206,118); }
td.TdClassName
{
border-color: #72CE76;
}
.TagClassName
{
border-color: #72CE76;
}
</style>