Shades of Pastel Green #7FE675
Tints of Pastel Green #7FE675
RGB
CMYK
RGB Variations
Color information
#7FE675 (or 0x7FE675) is known color: Pastel Green. HEX triplet: 7F, E6 and 75. RGB value is (127,230,117). Sum of RGB (Red+Green+Blue) = 127+230+117=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE675 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE675 is #80198A. Grayscale: #BABABA. Windows color (decimal): -8395147 or 7726719. OLE color: 7726719.
HSL color Cylindrical-coordinate representation of color #7FE675: hue angle of 114.69º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FE675 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 230 | 117 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.10 |
| HSL | 114.69º | 0.69% | 0.68% | - |
| HSV(B) | 114.69º | 0.49% | 0.9% | - |
| XYZ | 40.26 | 62.39 | 26.75 | - |
| YUV | 186.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 230 | 117 | 0.45 | 0 | 0.49 | 0.10 | 114.69 | 0.69 | 0.68 |
| Hex | 7F | E6 | 75 | 2D | 0 | 31 | A | 73 | 45 | 44 |
| Octal | 177 | 346 | 165 | 55 | 0 | 61 | 12 | 163 | 105 | 104 |
| Binary | 1111111 | 11100110 | 1110101 | 101101 | 0 | 110001 | 1010 | 1110011 | 1000101 | 1000100 |
Color Harmonies of #7FE675
Complementary color
Monochromatic Colors of #7FE675
Black with #7FE675
Text Example
Text Example
White with #7FE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE675; }
p { color: rgb(127,230,117); }
H1.HeaderClassName
{
color: #7FE675;
}
.AnyTagClassName
{
color: #7FE675;
}
</style>
background-color css
<style>
a { background-color: #7FE675; }
a { background-color: rgb(127,230,117); }
div.DivClassName
{
background-color: #7FE675;
}
.BgClassName
{
background-color: #7FE675;
}
</style>
border-color css
<style>
span { border-color: #7FE675; }
span { border-color: rgb(127,230,117); }
td.TdClassName
{
border-color: #7FE675;
}
.TagClassName
{
border-color: #7FE675;
}
</style>