Shades of Pastel Green #72D568
Tints of Pastel Green #72D568
RGB
CMYK
RGB Variations
Color information
#72D568 (or 0x72D568) is known color: Pastel Green. HEX triplet: 72, D5 and 68. RGB value is (114,213,104). Sum of RGB (Red+Green+Blue) = 114+213+104=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #72D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D568 is #8D2A97. Grayscale: #ABABAB. Windows color (decimal): -9251480 or 6870386. OLE color: 6870386.
HSL color Cylindrical-coordinate representation of color #72D568: hue angle of 114.5º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72D568 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 213 | 104 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.16 |
| HSL | 114.5º | 0.56% | 0.62% | - |
| HSV(B) | 114.5º | 0.51% | 0.84% | - |
| XYZ | 33.23 | 52.17 | 21.41 | - |
| YUV | 170.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 213 | 104 | 0.46 | 0 | 0.51 | 0.16 | 114.5 | 0.56 | 0.62 |
| Hex | 72 | D5 | 68 | 2E | 0 | 33 | 10 | 72 | 38 | 3E |
| Octal | 162 | 325 | 150 | 56 | 0 | 63 | 20 | 162 | 70 | 76 |
| Binary | 1110010 | 11010101 | 1101000 | 101110 | 0 | 110011 | 10000 | 1110010 | 111000 | 111110 |
Color Harmonies of #72D568
Complementary color
Monochromatic Colors of #72D568
Black with #72D568
Text Example
Text Example
White with #72D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D568; }
p { color: rgb(114,213,104); }
H1.HeaderClassName
{
color: #72D568;
}
.AnyTagClassName
{
color: #72D568;
}
</style>
background-color css
<style>
a { background-color: #72D568; }
a { background-color: rgb(114,213,104); }
div.DivClassName
{
background-color: #72D568;
}
.BgClassName
{
background-color: #72D568;
}
</style>
border-color css
<style>
span { border-color: #72D568; }
span { border-color: rgb(114,213,104); }
td.TdClassName
{
border-color: #72D568;
}
.TagClassName
{
border-color: #72D568;
}
</style>