Shades of Pastel Green #72D466
Tints of Pastel Green #72D466
RGB
CMYK
RGB Variations
Color information
#72D466 (or 0x72D466) is known color: Pastel Green. HEX triplet: 72, D4 and 66. RGB value is (114,212,102). Sum of RGB (Red+Green+Blue) = 114+212+102=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #72D466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D466 is #8D2B99. Grayscale: #AAAAAA. Windows color (decimal): -9251738 or 6739058. OLE color: 6739058.
HSL color Cylindrical-coordinate representation of color #72D466: hue angle of 113.45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72D466 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 212 | 102 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.17 |
| HSL | 113.45º | 0.56% | 0.62% | - |
| HSV(B) | 113.45º | 0.52% | 0.83% | - |
| XYZ | 32.88 | 51.62 | 20.8 | - |
| YUV | 170.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 212 | 102 | 0.46 | 0 | 0.52 | 0.17 | 113.45 | 0.56 | 0.62 |
| Hex | 72 | D4 | 66 | 2E | 0 | 34 | 11 | 71 | 38 | 3E |
| Octal | 162 | 324 | 146 | 56 | 0 | 64 | 21 | 161 | 70 | 76 |
| Binary | 1110010 | 11010100 | 1100110 | 101110 | 0 | 110100 | 10001 | 1110001 | 111000 | 111110 |
Color Harmonies of #72D466
Complementary color
Monochromatic Colors of #72D466
Black with #72D466
Text Example
Text Example
White with #72D466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D466; }
p { color: rgb(114,212,102); }
H1.HeaderClassName
{
color: #72D466;
}
.AnyTagClassName
{
color: #72D466;
}
</style>
background-color css
<style>
a { background-color: #72D466; }
a { background-color: rgb(114,212,102); }
div.DivClassName
{
background-color: #72D466;
}
.BgClassName
{
background-color: #72D466;
}
</style>
border-color css
<style>
span { border-color: #72D466; }
span { border-color: rgb(114,212,102); }
td.TdClassName
{
border-color: #72D466;
}
.TagClassName
{
border-color: #72D466;
}
</style>