Shades of Pastel Green #72D665
Tints of Pastel Green #72D665
RGB
CMYK
RGB Variations
Color information
#72D665 (or 0x72D665) is known color: Pastel Green. HEX triplet: 72, D6 and 65. RGB value is (114,214,101). Sum of RGB (Red+Green+Blue) = 114+214+101=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #72D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D665 is #8D299A. Grayscale: #ABABAB. Windows color (decimal): -9251227 or 6674034. OLE color: 6674034.
HSL color Cylindrical-coordinate representation of color #72D665: hue angle of 113.1º degrees, saturation: 0.58, 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 #72D665 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 214 | 101 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.16 |
| HSL | 113.1º | 0.58% | 0.62% | - |
| HSV(B) | 113.1º | 0.53% | 0.84% | - |
| XYZ | 33.33 | 52.61 | 20.71 | - |
| YUV | 171.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 214 | 101 | 0.47 | 0 | 0.53 | 0.16 | 113.1 | 0.58 | 0.62 |
| Hex | 72 | D6 | 65 | 2F | 0 | 35 | 10 | 71 | 3A | 3E |
| Octal | 162 | 326 | 145 | 57 | 0 | 65 | 20 | 161 | 72 | 76 |
| Binary | 1110010 | 11010110 | 1100101 | 101111 | 0 | 110101 | 10000 | 1110001 | 111010 | 111110 |
Color Harmonies of #72D665
Complementary color
Monochromatic Colors of #72D665
Black with #72D665
Text Example
Text Example
White with #72D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D665; }
p { color: rgb(114,214,101); }
H1.HeaderClassName
{
color: #72D665;
}
.AnyTagClassName
{
color: #72D665;
}
</style>
background-color css
<style>
a { background-color: #72D665; }
a { background-color: rgb(114,214,101); }
div.DivClassName
{
background-color: #72D665;
}
.BgClassName
{
background-color: #72D665;
}
</style>
border-color css
<style>
span { border-color: #72D665; }
span { border-color: rgb(114,214,101); }
td.TdClassName
{
border-color: #72D665;
}
.TagClassName
{
border-color: #72D665;
}
</style>