Shades of Pastel Green #72F17C
Tints of Pastel Green #72F17C
RGB
CMYK
RGB Variations
Color information
#72F17C (or 0x72F17C) is known color: Pastel Green. HEX triplet: 72, F1 and 7C. RGB value is (114,241,124). Sum of RGB (Red+Green+Blue) = 114+241+124=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #72F17C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F17C is #8D0E83. Grayscale: #BEBEBE. Windows color (decimal): -9244292 or 8188274. OLE color: 8188274.
HSL color Cylindrical-coordinate representation of color #72F17C: hue angle of 124.72º 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 #72F17C is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 241 | 124 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.05 |
| HSL | 124.72º | 0.82% | 0.7% | - |
| HSV(B) | 124.72º | 0.53% | 0.95% | - |
| XYZ | 42.03 | 67.94 | 29.97 | - |
| YUV | 189.69 | 90.92 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 241 | 124 | 0.53 | 0 | 0.49 | 0.05 | 124.72 | 0.82 | 0.7 |
| Hex | 72 | F1 | 7C | 35 | 0 | 31 | 5 | 7D | 52 | 46 |
| Octal | 162 | 361 | 174 | 65 | 0 | 61 | 5 | 175 | 122 | 106 |
| Binary | 1110010 | 11110001 | 1111100 | 110101 | 0 | 110001 | 101 | 1111101 | 1010010 | 1000110 |
Color Harmonies of #72F17C
Complementary color
Monochromatic Colors of #72F17C
Black with #72F17C
Text Example
Text Example
White with #72F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F17C; }
p { color: rgb(114,241,124); }
H1.HeaderClassName
{
color: #72F17C;
}
.AnyTagClassName
{
color: #72F17C;
}
</style>
background-color css
<style>
a { background-color: #72F17C; }
a { background-color: rgb(114,241,124); }
div.DivClassName
{
background-color: #72F17C;
}
.BgClassName
{
background-color: #72F17C;
}
</style>
border-color css
<style>
span { border-color: #72F17C; }
span { border-color: rgb(114,241,124); }
td.TdClassName
{
border-color: #72F17C;
}
.TagClassName
{
border-color: #72F17C;
}
</style>