Shades of Pastel Green #72DE72
Tints of Pastel Green #72DE72
RGB
CMYK
RGB Variations
Color information
#72DE72 (or 0x72DE72) is known color: Pastel Green. HEX triplet: 72, DE and 72. RGB value is (114,222,114). Sum of RGB (Red+Green+Blue) = 114+222+114=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #72DE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DE72 is #8D218D. Grayscale: #B1B1B1. Windows color (decimal): -9249166 or 7528050. OLE color: 7528050.
HSL color Cylindrical-coordinate representation of color #72DE72: hue angle of 120º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DE72 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 222 | 114 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.13 |
| HSL | 120º | 0.62% | 0.66% | - |
| HSV(B) | 120º | 0.49% | 0.87% | - |
| XYZ | 36.1 | 57.03 | 25.03 | - |
| YUV | 177.4 | 92.22 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 222 | 114 | 0.49 | 0 | 0.49 | 0.13 | 120 | 0.62 | 0.66 |
| Hex | 72 | DE | 72 | 31 | 0 | 31 | D | 78 | 3E | 42 |
| Octal | 162 | 336 | 162 | 61 | 0 | 61 | 15 | 170 | 76 | 102 |
| Binary | 1110010 | 11011110 | 1110010 | 110001 | 0 | 110001 | 1101 | 1111000 | 111110 | 1000010 |
Color Harmonies of #72DE72
Complementary color
Monochromatic Colors of #72DE72
Black with #72DE72
Text Example
Text Example
White with #72DE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DE72; }
p { color: rgb(114,222,114); }
H1.HeaderClassName
{
color: #72DE72;
}
.AnyTagClassName
{
color: #72DE72;
}
</style>
background-color css
<style>
a { background-color: #72DE72; }
a { background-color: rgb(114,222,114); }
div.DivClassName
{
background-color: #72DE72;
}
.BgClassName
{
background-color: #72DE72;
}
</style>
border-color css
<style>
span { border-color: #72DE72; }
span { border-color: rgb(114,222,114); }
td.TdClassName
{
border-color: #72DE72;
}
.TagClassName
{
border-color: #72DE72;
}
</style>