Shades of Pastel Green #72E06B
Tints of Pastel Green #72E06B
RGB
CMYK
RGB Variations
Color information
#72E06B (or 0x72E06B) is known color: Pastel Green. HEX triplet: 72, E0 and 6B. RGB value is (114,224,107). Sum of RGB (Red+Green+Blue) = 114+224+107=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #72E06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E06B is #8D1F94. Grayscale: #B2B2B2. Windows color (decimal): -9248661 or 7069810. OLE color: 7069810.
HSL color Cylindrical-coordinate representation of color #72E06B: hue angle of 116.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72E06B is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 107 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.12 |
| HSL | 116.41º | 0.65% | 0.65% | - |
| HSV(B) | 116.41º | 0.52% | 0.88% | - |
| XYZ | 36.25 | 57.95 | 23.18 | - |
| YUV | 177.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 107 | 0.49 | 0 | 0.52 | 0.12 | 116.41 | 0.65 | 0.65 |
| Hex | 72 | E0 | 6B | 31 | 0 | 34 | C | 74 | 41 | 41 |
| Octal | 162 | 340 | 153 | 61 | 0 | 64 | 14 | 164 | 101 | 101 |
| Binary | 1110010 | 11100000 | 1101011 | 110001 | 0 | 110100 | 1100 | 1110100 | 1000001 | 1000001 |
Color Harmonies of #72E06B
Complementary color
Monochromatic Colors of #72E06B
Black with #72E06B
Text Example
Text Example
White with #72E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E06B; }
p { color: rgb(114,224,107); }
H1.HeaderClassName
{
color: #72E06B;
}
.AnyTagClassName
{
color: #72E06B;
}
</style>
background-color css
<style>
a { background-color: #72E06B; }
a { background-color: rgb(114,224,107); }
div.DivClassName
{
background-color: #72E06B;
}
.BgClassName
{
background-color: #72E06B;
}
</style>
border-color css
<style>
span { border-color: #72E06B; }
span { border-color: rgb(114,224,107); }
td.TdClassName
{
border-color: #72E06B;
}
.TagClassName
{
border-color: #72E06B;
}
</style>