Shades of Pastel Green #72F18A
Tints of Pastel Green #72F18A
RGB
CMYK
RGB Variations
Color information
#72F18A (or 0x72F18A) is known color: Pastel Green. HEX triplet: 72, F1 and 8A. RGB value is (114,241,138). Sum of RGB (Red+Green+Blue) = 114+241+138=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #72F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72F18A is #8D0E75. Grayscale: #BFBFBF. Windows color (decimal): -9244278 or 9105778. OLE color: 9105778.
HSL color Cylindrical-coordinate representation of color #72F18A: hue angle of 131.34º degrees, saturation: 0.82, 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 #72F18A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 241 | 138 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.05 |
| HSL | 131.34º | 0.82% | 0.7% | - |
| HSV(B) | 131.34º | 0.53% | 0.95% | - |
| XYZ | 42.98 | 68.32 | 34.97 | - |
| YUV | 191.29 | 97.92 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 241 | 138 | 0.53 | 0 | 0.43 | 0.05 | 131.34 | 0.82 | 0.7 |
| Hex | 72 | F1 | 8A | 35 | 0 | 2B | 5 | 83 | 52 | 46 |
| Octal | 162 | 361 | 212 | 65 | 0 | 53 | 5 | 203 | 122 | 106 |
| Binary | 1110010 | 11110001 | 10001010 | 110101 | 0 | 101011 | 101 | 10000011 | 1010010 | 1000110 |
Color Harmonies of #72F18A
Complementary color
Monochromatic Colors of #72F18A
Black with #72F18A
Text Example
Text Example
White with #72F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F18A; }
p { color: rgb(114,241,138); }
H1.HeaderClassName
{
color: #72F18A;
}
.AnyTagClassName
{
color: #72F18A;
}
</style>
background-color css
<style>
a { background-color: #72F18A; }
a { background-color: rgb(114,241,138); }
div.DivClassName
{
background-color: #72F18A;
}
.BgClassName
{
background-color: #72F18A;
}
</style>
border-color css
<style>
span { border-color: #72F18A; }
span { border-color: rgb(114,241,138); }
td.TdClassName
{
border-color: #72F18A;
}
.TagClassName
{
border-color: #72F18A;
}
</style>