Shades of Pastel Green #72CE77
Tints of Pastel Green #72CE77
RGB
CMYK
RGB Variations
Color information
#72CE77 (or 0x72CE77) is known color: Pastel Green. HEX triplet: 72, CE and 77. RGB value is (114,206,119). Sum of RGB (Red+Green+Blue) = 114+206+119=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CE77 is #8D3188. Grayscale: #A8A8A8. Windows color (decimal): -9253257 or 7851634. OLE color: 7851634.
HSL color Cylindrical-coordinate representation of color #72CE77: hue angle of 123.26º 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 #72CE77 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 119 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.19 |
| HSL | 123.26º | 0.48% | 0.63% | - |
| HSV(B) | 123.26º | 0.45% | 0.81% | - |
| XYZ | 32.34 | 49.05 | 25.22 | - |
| YUV | 168.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 119 | 0.45 | 0 | 0.42 | 0.19 | 123.26 | 0.48 | 0.63 |
| Hex | 72 | CE | 77 | 2D | 0 | 2A | 13 | 7B | 30 | 3F |
| Octal | 162 | 316 | 167 | 55 | 0 | 52 | 23 | 173 | 60 | 77 |
| Binary | 1110010 | 11001110 | 1110111 | 101101 | 0 | 101010 | 10011 | 1111011 | 110000 | 111111 |
Color Harmonies of #72CE77
Complementary color
Monochromatic Colors of #72CE77
Black with #72CE77
Text Example
Text Example
White with #72CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CE77; }
p { color: rgb(114,206,119); }
H1.HeaderClassName
{
color: #72CE77;
}
.AnyTagClassName
{
color: #72CE77;
}
</style>
background-color css
<style>
a { background-color: #72CE77; }
a { background-color: rgb(114,206,119); }
div.DivClassName
{
background-color: #72CE77;
}
.BgClassName
{
background-color: #72CE77;
}
</style>
border-color css
<style>
span { border-color: #72CE77; }
span { border-color: rgb(114,206,119); }
td.TdClassName
{
border-color: #72CE77;
}
.TagClassName
{
border-color: #72CE77;
}
</style>