Shades of Pastel Green #72CA77
Tints of Pastel Green #72CA77
RGB
CMYK
RGB Variations
Color information
#72CA77 (or 0x72CA77) is known color: Pastel Green. HEX triplet: 72, CA and 77. RGB value is (114,202,119). Sum of RGB (Red+Green+Blue) = 114+202+119=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA77 is #8D3588. Grayscale: #A6A6A6. Windows color (decimal): -9254281 or 7850610. OLE color: 7850610.
HSL color Cylindrical-coordinate representation of color #72CA77: hue angle of 123.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CA77 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 119 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.21 |
| HSL | 123.41º | 0.45% | 0.62% | - |
| HSV(B) | 123.41º | 0.44% | 0.79% | - |
| XYZ | 31.39 | 47.15 | 24.9 | - |
| YUV | 166.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 119 | 0.44 | 0 | 0.41 | 0.21 | 123.41 | 0.45 | 0.62 |
| Hex | 72 | CA | 77 | 2C | 0 | 29 | 15 | 7B | 2D | 3E |
| Octal | 162 | 312 | 167 | 54 | 0 | 51 | 25 | 173 | 55 | 76 |
| Binary | 1110010 | 11001010 | 1110111 | 101100 | 0 | 101001 | 10101 | 1111011 | 101101 | 111110 |
Color Harmonies of #72CA77
Complementary color
Monochromatic Colors of #72CA77
Black with #72CA77
Text Example
Text Example
White with #72CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA77; }
p { color: rgb(114,202,119); }
H1.HeaderClassName
{
color: #72CA77;
}
.AnyTagClassName
{
color: #72CA77;
}
</style>
background-color css
<style>
a { background-color: #72CA77; }
a { background-color: rgb(114,202,119); }
div.DivClassName
{
background-color: #72CA77;
}
.BgClassName
{
background-color: #72CA77;
}
</style>
border-color css
<style>
span { border-color: #72CA77; }
span { border-color: rgb(114,202,119); }
td.TdClassName
{
border-color: #72CA77;
}
.TagClassName
{
border-color: #72CA77;
}
</style>