Shades of Pastel Green #72CA7C
Tints of Pastel Green #72CA7C
RGB
CMYK
RGB Variations
Color information
#72CA7C (or 0x72CA7C) is known color: Pastel Green. HEX triplet: 72, CA and 7C. RGB value is (114,202,124). Sum of RGB (Red+Green+Blue) = 114+202+124=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA7C is #8D3583. Grayscale: #A7A7A7. Windows color (decimal): -9254276 or 8178290. OLE color: 8178290.
HSL color Cylindrical-coordinate representation of color #72CA7C: hue angle of 126.82º 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 #72CA7C is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 202 | 124 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.21 |
| HSL | 126.82º | 0.45% | 0.62% | - |
| HSV(B) | 126.82º | 0.44% | 0.79% | - |
| XYZ | 31.7 | 47.27 | 26.52 | - |
| YUV | 166.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 202 | 124 | 0.44 | 0 | 0.39 | 0.21 | 126.82 | 0.45 | 0.62 |
| Hex | 72 | CA | 7C | 2C | 0 | 27 | 15 | 7F | 2D | 3E |
| Octal | 162 | 312 | 174 | 54 | 0 | 47 | 25 | 177 | 55 | 76 |
| Binary | 1110010 | 11001010 | 1111100 | 101100 | 0 | 100111 | 10101 | 1111111 | 101101 | 111110 |
Color Harmonies of #72CA7C
Complementary color
Monochromatic Colors of #72CA7C
Black with #72CA7C
Text Example
Text Example
White with #72CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CA7C; }
p { color: rgb(114,202,124); }
H1.HeaderClassName
{
color: #72CA7C;
}
.AnyTagClassName
{
color: #72CA7C;
}
</style>
background-color css
<style>
a { background-color: #72CA7C; }
a { background-color: rgb(114,202,124); }
div.DivClassName
{
background-color: #72CA7C;
}
.BgClassName
{
background-color: #72CA7C;
}
</style>
border-color css
<style>
span { border-color: #72CA7C; }
span { border-color: rgb(114,202,124); }
td.TdClassName
{
border-color: #72CA7C;
}
.TagClassName
{
border-color: #72CA7C;
}
</style>