Shades of Pastel Green #72EF73
Tints of Pastel Green #72EF73
RGB
CMYK
RGB Variations
Color information
#72EF73 (or 0x72EF73) is known color: Pastel Green. HEX triplet: 72, EF and 73. RGB value is (114,239,115). Sum of RGB (Red+Green+Blue) = 114+239+115=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #72EF73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EF73 is #8D108C. Grayscale: #BBBBBB. Windows color (decimal): -9244813 or 7597938. OLE color: 7597938.
HSL color Cylindrical-coordinate representation of color #72EF73: hue angle of 120.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EF73 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 239 | 115 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.06 |
| HSL | 120.48º | 0.8% | 0.69% | - |
| HSV(B) | 120.48º | 0.52% | 0.94% | - |
| XYZ | 40.9 | 66.55 | 26.91 | - |
| YUV | 187.49 | 87.09 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 239 | 115 | 0.52 | 0 | 0.52 | 0.06 | 120.48 | 0.8 | 0.69 |
| Hex | 72 | EF | 73 | 34 | 0 | 34 | 6 | 78 | 50 | 45 |
| Octal | 162 | 357 | 163 | 64 | 0 | 64 | 6 | 170 | 120 | 105 |
| Binary | 1110010 | 11101111 | 1110011 | 110100 | 0 | 110100 | 110 | 1111000 | 1010000 | 1000101 |
Color Harmonies of #72EF73
Complementary color
Monochromatic Colors of #72EF73
Black with #72EF73
Text Example
Text Example
White with #72EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EF73; }
p { color: rgb(114,239,115); }
H1.HeaderClassName
{
color: #72EF73;
}
.AnyTagClassName
{
color: #72EF73;
}
</style>
background-color css
<style>
a { background-color: #72EF73; }
a { background-color: rgb(114,239,115); }
div.DivClassName
{
background-color: #72EF73;
}
.BgClassName
{
background-color: #72EF73;
}
</style>
border-color css
<style>
span { border-color: #72EF73; }
span { border-color: rgb(114,239,115); }
td.TdClassName
{
border-color: #72EF73;
}
.TagClassName
{
border-color: #72EF73;
}
</style>