Shades of Pastel Green #7FE768
Tints of Pastel Green #7FE768
RGB
CMYK
RGB Variations
Color information
#7FE768 (or 0x7FE768) is known color: Pastel Green. HEX triplet: 7F, E7 and 68. RGB value is (127,231,104). Sum of RGB (Red+Green+Blue) = 127+231+104=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE768 is #801897. Grayscale: #B9B9B9. Windows color (decimal): -8394904 or 6875007. OLE color: 6875007.
HSL color Cylindrical-coordinate representation of color #7FE768: hue angle of 109.13º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FE768 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 231 | 104 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.09 |
| HSL | 109.13º | 0.73% | 0.66% | - |
| HSV(B) | 109.13º | 0.55% | 0.91% | - |
| XYZ | 39.83 | 62.66 | 23.09 | - |
| YUV | 185.43 | 82.04 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 231 | 104 | 0.45 | 0 | 0.55 | 0.09 | 109.13 | 0.73 | 0.66 |
| Hex | 7F | E7 | 68 | 2D | 0 | 37 | 9 | 6D | 49 | 42 |
| Octal | 177 | 347 | 150 | 55 | 0 | 67 | 11 | 155 | 111 | 102 |
| Binary | 1111111 | 11100111 | 1101000 | 101101 | 0 | 110111 | 1001 | 1101101 | 1001001 | 1000010 |
Color Harmonies of #7FE768
Complementary color
Monochromatic Colors of #7FE768
Black with #7FE768
Text Example
Text Example
White with #7FE768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE768; }
p { color: rgb(127,231,104); }
H1.HeaderClassName
{
color: #7FE768;
}
.AnyTagClassName
{
color: #7FE768;
}
</style>
background-color css
<style>
a { background-color: #7FE768; }
a { background-color: rgb(127,231,104); }
div.DivClassName
{
background-color: #7FE768;
}
.BgClassName
{
background-color: #7FE768;
}
</style>
border-color css
<style>
span { border-color: #7FE768; }
span { border-color: rgb(127,231,104); }
td.TdClassName
{
border-color: #7FE768;
}
.TagClassName
{
border-color: #7FE768;
}
</style>