Shades of Pastel Green #72DF5C
Tints of Pastel Green #72DF5C
RGB
CMYK
RGB Variations
Color information
#72DF5C (or 0x72DF5C) is known color: Pastel Green. HEX triplet: 72, DF and 5C. RGB value is (114,223,92). Sum of RGB (Red+Green+Blue) = 114+223+92=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DF5C is #8D20A3. Grayscale: #AFAFAF. Windows color (decimal): -9248932 or 6086514. OLE color: 6086514.
HSL color Cylindrical-coordinate representation of color #72DF5C: hue angle of 109.92º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72DF5C is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 92 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.13 |
| HSL | 109.92º | 0.67% | 0.62% | - |
| HSV(B) | 109.92º | 0.59% | 0.87% | - |
| XYZ | 35.26 | 57.13 | 19.29 | - |
| YUV | 175.48 | 80.89 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 92 | 0.49 | 0 | 0.59 | 0.13 | 109.92 | 0.67 | 0.62 |
| Hex | 72 | DF | 5C | 31 | 0 | 3B | D | 6E | 43 | 3E |
| Octal | 162 | 337 | 134 | 61 | 0 | 73 | 15 | 156 | 103 | 76 |
| Binary | 1110010 | 11011111 | 1011100 | 110001 | 0 | 111011 | 1101 | 1101110 | 1000011 | 111110 |
Color Harmonies of #72DF5C
Complementary color
Monochromatic Colors of #72DF5C
Black with #72DF5C
Text Example
Text Example
White with #72DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF5C; }
p { color: rgb(114,223,92); }
H1.HeaderClassName
{
color: #72DF5C;
}
.AnyTagClassName
{
color: #72DF5C;
}
</style>
background-color css
<style>
a { background-color: #72DF5C; }
a { background-color: rgb(114,223,92); }
div.DivClassName
{
background-color: #72DF5C;
}
.BgClassName
{
background-color: #72DF5C;
}
</style>
border-color css
<style>
span { border-color: #72DF5C; }
span { border-color: rgb(114,223,92); }
td.TdClassName
{
border-color: #72DF5C;
}
.TagClassName
{
border-color: #72DF5C;
}
</style>