Shades of Pastel Green #7FF075
Tints of Pastel Green #7FF075
RGB
CMYK
RGB Variations
Color information
#7FF075 (or 0x7FF075) is known color: Pastel Green. HEX triplet: 7F, F0 and 75. RGB value is (127,240,117). Sum of RGB (Red+Green+Blue) = 127+240+117=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #7FF075 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF075 is #800F8A. Grayscale: #C0C0C0. Windows color (decimal): -8392587 or 7729279. OLE color: 7729279.
HSL color Cylindrical-coordinate representation of color #7FF075: hue angle of 115.12º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FF075 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 240 | 117 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.06 |
| HSL | 115.12º | 0.8% | 0.7% | - |
| HSV(B) | 115.12º | 0.51% | 0.94% | - |
| XYZ | 43.12 | 68.12 | 27.7 | - |
| YUV | 192.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 240 | 117 | 0.47 | 0 | 0.51 | 0.06 | 115.12 | 0.8 | 0.7 |
| Hex | 7F | F0 | 75 | 2F | 0 | 33 | 6 | 73 | 50 | 46 |
| Octal | 177 | 360 | 165 | 57 | 0 | 63 | 6 | 163 | 120 | 106 |
| Binary | 1111111 | 11110000 | 1110101 | 101111 | 0 | 110011 | 110 | 1110011 | 1010000 | 1000110 |
Color Harmonies of #7FF075
Complementary color
Monochromatic Colors of #7FF075
Black with #7FF075
Text Example
Text Example
White with #7FF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF075; }
p { color: rgb(127,240,117); }
H1.HeaderClassName
{
color: #7FF075;
}
.AnyTagClassName
{
color: #7FF075;
}
</style>
background-color css
<style>
a { background-color: #7FF075; }
a { background-color: rgb(127,240,117); }
div.DivClassName
{
background-color: #7FF075;
}
.BgClassName
{
background-color: #7FF075;
}
</style>
border-color css
<style>
span { border-color: #7FF075; }
span { border-color: rgb(127,240,117); }
td.TdClassName
{
border-color: #7FF075;
}
.TagClassName
{
border-color: #7FF075;
}
</style>