Shades of Pastel Green #72D565
Tints of Pastel Green #72D565
RGB
CMYK
RGB Variations
Color information
#72D565 (or 0x72D565) is known color: Pastel Green. HEX triplet: 72, D5 and 65. RGB value is (114,213,101). Sum of RGB (Red+Green+Blue) = 114+213+101=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #72D565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D565 is #8D2A9A. Grayscale: #AAAAAA. Windows color (decimal): -9251483 or 6673778. OLE color: 6673778.
HSL color Cylindrical-coordinate representation of color #72D565: hue angle of 113.04º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72D565 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 101 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.16 |
| HSL | 113.04º | 0.57% | 0.62% | - |
| HSV(B) | 113.04º | 0.53% | 0.84% | - |
| XYZ | 33.08 | 52.11 | 20.63 | - |
| YUV | 170.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 101 | 0.46 | 0 | 0.53 | 0.16 | 113.04 | 0.57 | 0.62 |
| Hex | 72 | D5 | 65 | 2E | 0 | 35 | 10 | 71 | 39 | 3E |
| Octal | 162 | 325 | 145 | 56 | 0 | 65 | 20 | 161 | 71 | 76 |
| Binary | 1110010 | 11010101 | 1100101 | 101110 | 0 | 110101 | 10000 | 1110001 | 111001 | 111110 |
Color Harmonies of #72D565
Complementary color
Monochromatic Colors of #72D565
Black with #72D565
Text Example
Text Example
White with #72D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D565; }
p { color: rgb(114,213,101); }
H1.HeaderClassName
{
color: #72D565;
}
.AnyTagClassName
{
color: #72D565;
}
</style>
background-color css
<style>
a { background-color: #72D565; }
a { background-color: rgb(114,213,101); }
div.DivClassName
{
background-color: #72D565;
}
.BgClassName
{
background-color: #72D565;
}
</style>
border-color css
<style>
span { border-color: #72D565; }
span { border-color: rgb(114,213,101); }
td.TdClassName
{
border-color: #72D565;
}
.TagClassName
{
border-color: #72D565;
}
</style>