Shades of Pastel Green #72F38B
Tints of Pastel Green #72F38B
RGB
CMYK
RGB Variations
Color information
#72F38B (or 0x72F38B) is known color: Pastel Green. HEX triplet: 72, F3 and 8B. RGB value is (114,243,139). Sum of RGB (Red+Green+Blue) = 114+243+139=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #72F38B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F38B is #8D0C74. Grayscale: #C0C0C0. Windows color (decimal): -9243765 or 9171826. OLE color: 9171826.
HSL color Cylindrical-coordinate representation of color #72F38B: hue angle of 131.63º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72F38B is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 243 | 139 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.05 |
| HSL | 131.63º | 0.84% | 0.7% | - |
| HSV(B) | 131.63º | 0.53% | 0.95% | - |
| XYZ | 43.65 | 69.54 | 35.55 | - |
| YUV | 192.57 | 97.76 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 243 | 139 | 0.53 | 0 | 0.43 | 0.05 | 131.63 | 0.84 | 0.7 |
| Hex | 72 | F3 | 8B | 35 | 0 | 2B | 5 | 84 | 54 | 46 |
| Octal | 162 | 363 | 213 | 65 | 0 | 53 | 5 | 204 | 124 | 106 |
| Binary | 1110010 | 11110011 | 10001011 | 110101 | 0 | 101011 | 101 | 10000100 | 1010100 | 1000110 |
Color Harmonies of #72F38B
Complementary color
Monochromatic Colors of #72F38B
Black with #72F38B
Text Example
Text Example
White with #72F38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F38B; }
p { color: rgb(114,243,139); }
H1.HeaderClassName
{
color: #72F38B;
}
.AnyTagClassName
{
color: #72F38B;
}
</style>
background-color css
<style>
a { background-color: #72F38B; }
a { background-color: rgb(114,243,139); }
div.DivClassName
{
background-color: #72F38B;
}
.BgClassName
{
background-color: #72F38B;
}
</style>
border-color css
<style>
span { border-color: #72F38B; }
span { border-color: rgb(114,243,139); }
td.TdClassName
{
border-color: #72F38B;
}
.TagClassName
{
border-color: #72F38B;
}
</style>