Shades of Pastel Green #72D67B
Tints of Pastel Green #72D67B
RGB
CMYK
RGB Variations
Color information
#72D67B (or 0x72D67B) is known color: Pastel Green. HEX triplet: 72, D6 and 7B. RGB value is (114,214,123). Sum of RGB (Red+Green+Blue) = 114+214+123=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #72D67B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D67B is #8D2984. Grayscale: #ADADAD. Windows color (decimal): -9251205 or 8115826. OLE color: 8115826.
HSL color Cylindrical-coordinate representation of color #72D67B: hue angle of 125.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D67B is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 123 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.16 |
| HSL | 125.4º | 0.55% | 0.64% | - |
| HSV(B) | 125.4º | 0.47% | 0.84% | - |
| XYZ | 34.56 | 53.1 | 27.17 | - |
| YUV | 173.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 123 | 0.47 | 0 | 0.43 | 0.16 | 125.4 | 0.55 | 0.64 |
| Hex | 72 | D6 | 7B | 2F | 0 | 2B | 10 | 7D | 37 | 40 |
| Octal | 162 | 326 | 173 | 57 | 0 | 53 | 20 | 175 | 67 | 100 |
| Binary | 1110010 | 11010110 | 1111011 | 101111 | 0 | 101011 | 10000 | 1111101 | 110111 | 1000000 |
Color Harmonies of #72D67B
Complementary color
Monochromatic Colors of #72D67B
Black with #72D67B
Text Example
Text Example
White with #72D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D67B; }
p { color: rgb(114,214,123); }
H1.HeaderClassName
{
color: #72D67B;
}
.AnyTagClassName
{
color: #72D67B;
}
</style>
background-color css
<style>
a { background-color: #72D67B; }
a { background-color: rgb(114,214,123); }
div.DivClassName
{
background-color: #72D67B;
}
.BgClassName
{
background-color: #72D67B;
}
</style>
border-color css
<style>
span { border-color: #72D67B; }
span { border-color: rgb(114,214,123); }
td.TdClassName
{
border-color: #72D67B;
}
.TagClassName
{
border-color: #72D67B;
}
</style>