Shades of Pastel Green #7FE06F
Tints of Pastel Green #7FE06F
RGB
CMYK
RGB Variations
Color information
#7FE06F (or 0x7FE06F) is known color: Pastel Green. HEX triplet: 7F, E0 and 6F. RGB value is (127,224,111). Sum of RGB (Red+Green+Blue) = 127+224+111=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE06F is #801F90. Grayscale: #B6B6B6. Windows color (decimal): -8396689 or 7331967. OLE color: 7331967.
HSL color Cylindrical-coordinate representation of color #7FE06F: hue angle of 111.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE06F is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 224 | 111 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.12 |
| HSL | 111.5º | 0.65% | 0.66% | - |
| HSV(B) | 111.5º | 0.5% | 0.88% | - |
| XYZ | 38.28 | 58.97 | 24.4 | - |
| YUV | 182.12 | 87.86 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 224 | 111 | 0.43 | 0 | 0.50 | 0.12 | 111.5 | 0.65 | 0.66 |
| Hex | 7F | E0 | 6F | 2B | 0 | 32 | C | 70 | 41 | 42 |
| Octal | 177 | 340 | 157 | 53 | 0 | 62 | 14 | 160 | 101 | 102 |
| Binary | 1111111 | 11100000 | 1101111 | 101011 | 0 | 110010 | 1100 | 1110000 | 1000001 | 1000010 |
Color Harmonies of #7FE06F
Complementary color
Monochromatic Colors of #7FE06F
Black with #7FE06F
Text Example
Text Example
White with #7FE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE06F; }
p { color: rgb(127,224,111); }
H1.HeaderClassName
{
color: #7FE06F;
}
.AnyTagClassName
{
color: #7FE06F;
}
</style>
background-color css
<style>
a { background-color: #7FE06F; }
a { background-color: rgb(127,224,111); }
div.DivClassName
{
background-color: #7FE06F;
}
.BgClassName
{
background-color: #7FE06F;
}
</style>
border-color css
<style>
span { border-color: #7FE06F; }
span { border-color: rgb(127,224,111); }
td.TdClassName
{
border-color: #7FE06F;
}
.TagClassName
{
border-color: #7FE06F;
}
</style>