Shades of Pastel Green #72CF6E
Tints of Pastel Green #72CF6E
RGB
CMYK
RGB Variations
Color information
#72CF6E (or 0x72CF6E) is known color: Pastel Green. HEX triplet: 72, CF and 6E. RGB value is (114,207,110). Sum of RGB (Red+Green+Blue) = 114+207+110=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #72CF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CF6E is #8D3091. Grayscale: #A8A8A8. Windows color (decimal): -9253010 or 7262066. OLE color: 7262066.
HSL color Cylindrical-coordinate representation of color #72CF6E: hue angle of 117.53º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72CF6E is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 207 | 110 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.19 |
| HSL | 117.53º | 0.5% | 0.62% | - |
| HSV(B) | 117.53º | 0.47% | 0.81% | - |
| XYZ | 32.07 | 49.33 | 22.58 | - |
| YUV | 168.14 | 95.19 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 207 | 110 | 0.45 | 0 | 0.47 | 0.19 | 117.53 | 0.5 | 0.62 |
| Hex | 72 | CF | 6E | 2D | 0 | 2F | 13 | 76 | 32 | 3E |
| Octal | 162 | 317 | 156 | 55 | 0 | 57 | 23 | 166 | 62 | 76 |
| Binary | 1110010 | 11001111 | 1101110 | 101101 | 0 | 101111 | 10011 | 1110110 | 110010 | 111110 |
Color Harmonies of #72CF6E
Complementary color
Monochromatic Colors of #72CF6E
Black with #72CF6E
Text Example
Text Example
White with #72CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CF6E; }
p { color: rgb(114,207,110); }
H1.HeaderClassName
{
color: #72CF6E;
}
.AnyTagClassName
{
color: #72CF6E;
}
</style>
background-color css
<style>
a { background-color: #72CF6E; }
a { background-color: rgb(114,207,110); }
div.DivClassName
{
background-color: #72CF6E;
}
.BgClassName
{
background-color: #72CF6E;
}
</style>
border-color css
<style>
span { border-color: #72CF6E; }
span { border-color: rgb(114,207,110); }
td.TdClassName
{
border-color: #72CF6E;
}
.TagClassName
{
border-color: #72CF6E;
}
</style>