Shades of Pastel Green #72F275
Tints of Pastel Green #72F275
RGB
CMYK
RGB Variations
Color information
#72F275 (or 0x72F275) is known color: Pastel Green. HEX triplet: 72, F2 and 75. RGB value is (114,242,117). Sum of RGB (Red+Green+Blue) = 114+242+117=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #72F275 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72F275 is #8D0D8A. Grayscale: #BDBDBD. Windows color (decimal): -9244043 or 7729778. OLE color: 7729778.
HSL color Cylindrical-coordinate representation of color #72F275: hue angle of 121.41º degrees, saturation: 0.83, 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 #72F275 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 242 | 117 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.05 |
| HSL | 121.41º | 0.83% | 0.7% | - |
| HSV(B) | 121.41º | 0.53% | 0.95% | - |
| XYZ | 41.9 | 68.37 | 27.82 | - |
| YUV | 189.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 242 | 117 | 0.53 | 0 | 0.52 | 0.05 | 121.41 | 0.83 | 0.7 |
| Hex | 72 | F2 | 75 | 35 | 0 | 34 | 5 | 79 | 53 | 46 |
| Octal | 162 | 362 | 165 | 65 | 0 | 64 | 5 | 171 | 123 | 106 |
| Binary | 1110010 | 11110010 | 1110101 | 110101 | 0 | 110100 | 101 | 1111001 | 1010011 | 1000110 |
Color Harmonies of #72F275
Complementary color
Monochromatic Colors of #72F275
Black with #72F275
Text Example
Text Example
White with #72F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72F275; }
p { color: rgb(114,242,117); }
H1.HeaderClassName
{
color: #72F275;
}
.AnyTagClassName
{
color: #72F275;
}
</style>
background-color css
<style>
a { background-color: #72F275; }
a { background-color: rgb(114,242,117); }
div.DivClassName
{
background-color: #72F275;
}
.BgClassName
{
background-color: #72F275;
}
</style>
border-color css
<style>
span { border-color: #72F275; }
span { border-color: rgb(114,242,117); }
td.TdClassName
{
border-color: #72F275;
}
.TagClassName
{
border-color: #72F275;
}
</style>