Shades of Pastel Green #72DF69
Tints of Pastel Green #72DF69
RGB
CMYK
RGB Variations
Color information
#72DF69 (or 0x72DF69) is known color: Pastel Green. HEX triplet: 72, DF and 69. RGB value is (114,223,105). Sum of RGB (Red+Green+Blue) = 114+223+105=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DF69 is #8D2096. Grayscale: #B1B1B1. Windows color (decimal): -9248919 or 6938482. OLE color: 6938482.
HSL color Cylindrical-coordinate representation of color #72DF69: hue angle of 115.42º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72DF69 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 105 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.13 |
| HSL | 115.42º | 0.65% | 0.64% | - |
| HSV(B) | 115.42º | 0.53% | 0.87% | - |
| XYZ | 35.88 | 57.37 | 22.55 | - |
| YUV | 176.96 | 87.39 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 105 | 0.49 | 0 | 0.53 | 0.13 | 115.42 | 0.65 | 0.64 |
| Hex | 72 | DF | 69 | 31 | 0 | 35 | D | 73 | 41 | 40 |
| Octal | 162 | 337 | 151 | 61 | 0 | 65 | 15 | 163 | 101 | 100 |
| Binary | 1110010 | 11011111 | 1101001 | 110001 | 0 | 110101 | 1101 | 1110011 | 1000001 | 1000000 |
Color Harmonies of #72DF69
Complementary color
Monochromatic Colors of #72DF69
Black with #72DF69
Text Example
Text Example
White with #72DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF69; }
p { color: rgb(114,223,105); }
H1.HeaderClassName
{
color: #72DF69;
}
.AnyTagClassName
{
color: #72DF69;
}
</style>
background-color css
<style>
a { background-color: #72DF69; }
a { background-color: rgb(114,223,105); }
div.DivClassName
{
background-color: #72DF69;
}
.BgClassName
{
background-color: #72DF69;
}
</style>
border-color css
<style>
span { border-color: #72DF69; }
span { border-color: rgb(114,223,105); }
td.TdClassName
{
border-color: #72DF69;
}
.TagClassName
{
border-color: #72DF69;
}
</style>