Shades of Pastel Green #72CF70
Tints of Pastel Green #72CF70
RGB
CMYK
RGB Variations
Color information
#72CF70 (or 0x72CF70) is known color: Pastel Green. HEX triplet: 72, CF and 70. RGB value is (114,207,112). Sum of RGB (Red+Green+Blue) = 114+207+112=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF70 is #8D308F. Grayscale: #A8A8A8. Windows color (decimal): -9253008 or 7393138. OLE color: 7393138.
HSL color Cylindrical-coordinate representation of color #72CF70: hue angle of 118.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72CF70 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 112 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.19 |
| HSL | 118.74º | 0.5% | 0.63% | - |
| HSV(B) | 118.74º | 0.46% | 0.81% | - |
| XYZ | 32.18 | 49.37 | 23.16 | - |
| YUV | 168.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 112 | 0.45 | 0 | 0.46 | 0.19 | 118.74 | 0.5 | 0.63 |
| Hex | 72 | CF | 70 | 2D | 0 | 2E | 13 | 77 | 32 | 3F |
| Octal | 162 | 317 | 160 | 55 | 0 | 56 | 23 | 167 | 62 | 77 |
| Binary | 1110010 | 11001111 | 1110000 | 101101 | 0 | 101110 | 10011 | 1110111 | 110010 | 111111 |
Color Harmonies of #72CF70
Complementary color
Monochromatic Colors of #72CF70
Black with #72CF70
Text Example
Text Example
White with #72CF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF70; }
p { color: rgb(114,207,112); }
H1.HeaderClassName
{
color: #72CF70;
}
.AnyTagClassName
{
color: #72CF70;
}
</style>
background-color css
<style>
a { background-color: #72CF70; }
a { background-color: rgb(114,207,112); }
div.DivClassName
{
background-color: #72CF70;
}
.BgClassName
{
background-color: #72CF70;
}
</style>
border-color css
<style>
span { border-color: #72CF70; }
span { border-color: rgb(114,207,112); }
td.TdClassName
{
border-color: #72CF70;
}
.TagClassName
{
border-color: #72CF70;
}
</style>