Shades of Pastel Green #72F488
Tints of Pastel Green #72F488
RGB
CMYK
RGB Variations
Color information
#72F488 (or 0x72F488) is known color: Pastel Green. HEX triplet: 72, F4 and 88. RGB value is (114,244,136). Sum of RGB (Red+Green+Blue) = 114+244+136=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #72F488 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F488 is #8D0B77. Grayscale: #C1C1C1. Windows color (decimal): -9243512 or 8975474. OLE color: 8975474.
HSL color Cylindrical-coordinate representation of color #72F488: hue angle of 130.15º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F488 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 244 | 136 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.04 |
| HSL | 130.15º | 0.86% | 0.7% | - |
| HSV(B) | 130.15º | 0.53% | 0.96% | - |
| XYZ | 43.73 | 70.06 | 34.51 | - |
| YUV | 192.82 | 95.93 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 244 | 136 | 0.53 | 0 | 0.44 | 0.04 | 130.15 | 0.86 | 0.7 |
| Hex | 72 | F4 | 88 | 35 | 0 | 2C | 4 | 82 | 56 | 46 |
| Octal | 162 | 364 | 210 | 65 | 0 | 54 | 4 | 202 | 126 | 106 |
| Binary | 1110010 | 11110100 | 10001000 | 110101 | 0 | 101100 | 100 | 10000010 | 1010110 | 1000110 |
Color Harmonies of #72F488
Complementary color
Monochromatic Colors of #72F488
Black with #72F488
Text Example
Text Example
White with #72F488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F488; }
p { color: rgb(114,244,136); }
H1.HeaderClassName
{
color: #72F488;
}
.AnyTagClassName
{
color: #72F488;
}
</style>
background-color css
<style>
a { background-color: #72F488; }
a { background-color: rgb(114,244,136); }
div.DivClassName
{
background-color: #72F488;
}
.BgClassName
{
background-color: #72F488;
}
</style>
border-color css
<style>
span { border-color: #72F488; }
span { border-color: rgb(114,244,136); }
td.TdClassName
{
border-color: #72F488;
}
.TagClassName
{
border-color: #72F488;
}
</style>