Shades of Pastel Green #72DF85
Tints of Pastel Green #72DF85
RGB
CMYK
RGB Variations
Color information
#72DF85 (or 0x72DF85) is known color: Pastel Green. HEX triplet: 72, DF and 85. RGB value is (114,223,133). Sum of RGB (Red+Green+Blue) = 114+223+133=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #72DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DF85 is #8D207A. Grayscale: #B4B4B4. Windows color (decimal): -9248891 or 8773490. OLE color: 8773490.
HSL color Cylindrical-coordinate representation of color #72DF85: hue angle of 130.46º degrees, saturation: 0.63, 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 #72DF85 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 223 | 133 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.13 |
| HSL | 130.46º | 0.63% | 0.66% | - |
| HSV(B) | 130.46º | 0.49% | 0.87% | - |
| XYZ | 37.56 | 58.05 | 31.41 | - |
| YUV | 180.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 223 | 133 | 0.49 | 0 | 0.40 | 0.13 | 130.46 | 0.63 | 0.66 |
| Hex | 72 | DF | 85 | 31 | 0 | 28 | D | 82 | 3F | 42 |
| Octal | 162 | 337 | 205 | 61 | 0 | 50 | 15 | 202 | 77 | 102 |
| Binary | 1110010 | 11011111 | 10000101 | 110001 | 0 | 101000 | 1101 | 10000010 | 111111 | 1000010 |
Color Harmonies of #72DF85
Complementary color
Monochromatic Colors of #72DF85
Black with #72DF85
Text Example
Text Example
White with #72DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DF85; }
p { color: rgb(114,223,133); }
H1.HeaderClassName
{
color: #72DF85;
}
.AnyTagClassName
{
color: #72DF85;
}
</style>
background-color css
<style>
a { background-color: #72DF85; }
a { background-color: rgb(114,223,133); }
div.DivClassName
{
background-color: #72DF85;
}
.BgClassName
{
background-color: #72DF85;
}
</style>
border-color css
<style>
span { border-color: #72DF85; }
span { border-color: rgb(114,223,133); }
td.TdClassName
{
border-color: #72DF85;
}
.TagClassName
{
border-color: #72DF85;
}
</style>