Shades of Pastel Green #72D678
Tints of Pastel Green #72D678
RGB
CMYK
RGB Variations
Color information
#72D678 (or 0x72D678) is known color: Pastel Green. HEX triplet: 72, D6 and 78. RGB value is (114,214,120). Sum of RGB (Red+Green+Blue) = 114+214+120=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #72D678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D678 is #8D2987. Grayscale: #ADADAD. Windows color (decimal): -9251208 or 7919218. OLE color: 7919218.
HSL color Cylindrical-coordinate representation of color #72D678: hue angle of 123.6º 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 #72D678 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 120 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.16 |
| HSL | 123.6º | 0.55% | 0.64% | - |
| HSV(B) | 123.6º | 0.47% | 0.84% | - |
| XYZ | 34.38 | 53.03 | 26.19 | - |
| YUV | 173.38 | 97.87 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 120 | 0.47 | 0 | 0.44 | 0.16 | 123.6 | 0.55 | 0.64 |
| Hex | 72 | D6 | 78 | 2F | 0 | 2C | 10 | 7C | 37 | 40 |
| Octal | 162 | 326 | 170 | 57 | 0 | 54 | 20 | 174 | 67 | 100 |
| Binary | 1110010 | 11010110 | 1111000 | 101111 | 0 | 101100 | 10000 | 1111100 | 110111 | 1000000 |
Color Harmonies of #72D678
Complementary color
Monochromatic Colors of #72D678
Black with #72D678
Text Example
Text Example
White with #72D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D678; }
p { color: rgb(114,214,120); }
H1.HeaderClassName
{
color: #72D678;
}
.AnyTagClassName
{
color: #72D678;
}
</style>
background-color css
<style>
a { background-color: #72D678; }
a { background-color: rgb(114,214,120); }
div.DivClassName
{
background-color: #72D678;
}
.BgClassName
{
background-color: #72D678;
}
</style>
border-color css
<style>
span { border-color: #72D678; }
span { border-color: rgb(114,214,120); }
td.TdClassName
{
border-color: #72D678;
}
.TagClassName
{
border-color: #72D678;
}
</style>