Shades of Pastel Green #72DB74
Tints of Pastel Green #72DB74
RGB
CMYK
RGB Variations
Color information
#72DB74 (or 0x72DB74) is known color: Pastel Green. HEX triplet: 72, DB and 74. RGB value is (114,219,116). Sum of RGB (Red+Green+Blue) = 114+219+116=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DB74 is #8D248B. Grayscale: #B0B0B0. Windows color (decimal): -9249932 or 7658354. OLE color: 7658354.
HSL color Cylindrical-coordinate representation of color #72DB74: hue angle of 121.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DB74 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 116 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.14 |
| HSL | 121.14º | 0.59% | 0.65% | - |
| HSV(B) | 121.14º | 0.48% | 0.86% | - |
| XYZ | 35.42 | 55.5 | 25.37 | - |
| YUV | 175.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 116 | 0.48 | 0 | 0.47 | 0.14 | 121.14 | 0.59 | 0.65 |
| Hex | 72 | DB | 74 | 30 | 0 | 2F | E | 79 | 3B | 41 |
| Octal | 162 | 333 | 164 | 60 | 0 | 57 | 16 | 171 | 73 | 101 |
| Binary | 1110010 | 11011011 | 1110100 | 110000 | 0 | 101111 | 1110 | 1111001 | 111011 | 1000001 |
Color Harmonies of #72DB74
Complementary color
Monochromatic Colors of #72DB74
Black with #72DB74
Text Example
Text Example
White with #72DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DB74; }
p { color: rgb(114,219,116); }
H1.HeaderClassName
{
color: #72DB74;
}
.AnyTagClassName
{
color: #72DB74;
}
</style>
background-color css
<style>
a { background-color: #72DB74; }
a { background-color: rgb(114,219,116); }
div.DivClassName
{
background-color: #72DB74;
}
.BgClassName
{
background-color: #72DB74;
}
</style>
border-color css
<style>
span { border-color: #72DB74; }
span { border-color: rgb(114,219,116); }
td.TdClassName
{
border-color: #72DB74;
}
.TagClassName
{
border-color: #72DB74;
}
</style>