Shades of Pastel Green #72D465
Tints of Pastel Green #72D465
RGB
CMYK
RGB Variations
Color information
#72D465 (or 0x72D465) is known color: Pastel Green. HEX triplet: 72, D4 and 65. RGB value is (114,212,101). Sum of RGB (Red+Green+Blue) = 114+212+101=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #72D465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D465 is #8D2B9A. Grayscale: #AAAAAA. Windows color (decimal): -9251739 or 6673522. OLE color: 6673522.
HSL color Cylindrical-coordinate representation of color #72D465: hue angle of 112.97º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72D465 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 212 | 101 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.17 |
| HSL | 112.97º | 0.56% | 0.61% | - |
| HSV(B) | 112.97º | 0.52% | 0.83% | - |
| XYZ | 32.83 | 51.6 | 20.54 | - |
| YUV | 170.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 101 | 0.46 | 0 | 0.52 | 0.17 | 112.97 | 0.56 | 0.61 |
| Hex | 72 | D4 | 65 | 2E | 0 | 34 | 11 | 71 | 38 | 3D |
| Octal | 162 | 324 | 145 | 56 | 0 | 64 | 21 | 161 | 70 | 75 |
| Binary | 1110010 | 11010100 | 1100101 | 101110 | 0 | 110100 | 10001 | 1110001 | 111000 | 111101 |
Color Harmonies of #72D465
Complementary color
Monochromatic Colors of #72D465
Black with #72D465
Text Example
Text Example
White with #72D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D465; }
p { color: rgb(114,212,101); }
H1.HeaderClassName
{
color: #72D465;
}
.AnyTagClassName
{
color: #72D465;
}
</style>
background-color css
<style>
a { background-color: #72D465; }
a { background-color: rgb(114,212,101); }
div.DivClassName
{
background-color: #72D465;
}
.BgClassName
{
background-color: #72D465;
}
</style>
border-color css
<style>
span { border-color: #72D465; }
span { border-color: rgb(114,212,101); }
td.TdClassName
{
border-color: #72D465;
}
.TagClassName
{
border-color: #72D465;
}
</style>