Shades of Pastel Green #72CF7C
Tints of Pastel Green #72CF7C
RGB
CMYK
RGB Variations
Color information
#72CF7C (or 0x72CF7C) is known color: Pastel Green. HEX triplet: 72, CF and 7C. RGB value is (114,207,124). Sum of RGB (Red+Green+Blue) = 114+207+124=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF7C is #8D3083. Grayscale: #A9A9A9. Windows color (decimal): -9252996 or 8179570. OLE color: 8179570.
HSL color Cylindrical-coordinate representation of color #72CF7C: hue angle of 126.45º degrees, saturation: 0.49, 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 #72CF7C is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 124 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.19 |
| HSL | 126.45º | 0.49% | 0.63% | - |
| HSV(B) | 126.45º | 0.45% | 0.81% | - |
| XYZ | 32.89 | 49.66 | 26.92 | - |
| YUV | 169.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 124 | 0.45 | 0 | 0.40 | 0.19 | 126.45 | 0.49 | 0.63 |
| Hex | 72 | CF | 7C | 2D | 0 | 28 | 13 | 7E | 31 | 3F |
| Octal | 162 | 317 | 174 | 55 | 0 | 50 | 23 | 176 | 61 | 77 |
| Binary | 1110010 | 11001111 | 1111100 | 101101 | 0 | 101000 | 10011 | 1111110 | 110001 | 111111 |
Color Harmonies of #72CF7C
Complementary color
Monochromatic Colors of #72CF7C
Black with #72CF7C
Text Example
Text Example
White with #72CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF7C; }
p { color: rgb(114,207,124); }
H1.HeaderClassName
{
color: #72CF7C;
}
.AnyTagClassName
{
color: #72CF7C;
}
</style>
background-color css
<style>
a { background-color: #72CF7C; }
a { background-color: rgb(114,207,124); }
div.DivClassName
{
background-color: #72CF7C;
}
.BgClassName
{
background-color: #72CF7C;
}
</style>
border-color css
<style>
span { border-color: #72CF7C; }
span { border-color: rgb(114,207,124); }
td.TdClassName
{
border-color: #72CF7C;
}
.TagClassName
{
border-color: #72CF7C;
}
</style>