Shades of Pastel Green #72D284
Tints of Pastel Green #72D284
RGB
CMYK
RGB Variations
Color information
#72D284 (or 0x72D284) is known color: Pastel Green. HEX triplet: 72, D2 and 84. RGB value is (114,210,132). Sum of RGB (Red+Green+Blue) = 114+210+132=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #72D284 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D284 is #8D2D7B. Grayscale: #ACACAC. Windows color (decimal): -9252220 or 8704626. OLE color: 8704626.
HSL color Cylindrical-coordinate representation of color #72D284: hue angle of 131.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D284 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 210 | 132 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.18 |
| HSL | 131.25º | 0.52% | 0.64% | - |
| HSV(B) | 131.25º | 0.46% | 0.82% | - |
| XYZ | 34.15 | 51.34 | 29.94 | - |
| YUV | 172.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 132 | 0.46 | 0 | 0.37 | 0.18 | 131.25 | 0.52 | 0.64 |
| Hex | 72 | D2 | 84 | 2E | 0 | 25 | 12 | 83 | 34 | 40 |
| Octal | 162 | 322 | 204 | 56 | 0 | 45 | 22 | 203 | 64 | 100 |
| Binary | 1110010 | 11010010 | 10000100 | 101110 | 0 | 100101 | 10010 | 10000011 | 110100 | 1000000 |
Color Harmonies of #72D284
Complementary color
Monochromatic Colors of #72D284
Black with #72D284
Text Example
Text Example
White with #72D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D284; }
p { color: rgb(114,210,132); }
H1.HeaderClassName
{
color: #72D284;
}
.AnyTagClassName
{
color: #72D284;
}
</style>
background-color css
<style>
a { background-color: #72D284; }
a { background-color: rgb(114,210,132); }
div.DivClassName
{
background-color: #72D284;
}
.BgClassName
{
background-color: #72D284;
}
</style>
border-color css
<style>
span { border-color: #72D284; }
span { border-color: rgb(114,210,132); }
td.TdClassName
{
border-color: #72D284;
}
.TagClassName
{
border-color: #72D284;
}
</style>