Shades of Pastel Green #7FF16C
Tints of Pastel Green #7FF16C
RGB
CMYK
RGB Variations
Color information
#7FF16C (or 0x7FF16C) is known color: Pastel Green. HEX triplet: 7F, F1 and 6C. RGB value is (127,241,108). Sum of RGB (Red+Green+Blue) = 127+241+108=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF16C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF16C is #800E93. Grayscale: #C0C0C0. Windows color (decimal): -8392340 or 7139711. OLE color: 7139711.
HSL color Cylindrical-coordinate representation of color #7FF16C: hue angle of 111.43º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FF16C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 241 | 108 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.05 |
| HSL | 111.43º | 0.83% | 0.68% | - |
| HSV(B) | 111.43º | 0.55% | 0.95% | - |
| XYZ | 42.91 | 68.51 | 25.15 | - |
| YUV | 191.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 241 | 108 | 0.47 | 0 | 0.55 | 0.05 | 111.43 | 0.83 | 0.68 |
| Hex | 7F | F1 | 6C | 2F | 0 | 37 | 5 | 6F | 53 | 44 |
| Octal | 177 | 361 | 154 | 57 | 0 | 67 | 5 | 157 | 123 | 104 |
| Binary | 1111111 | 11110001 | 1101100 | 101111 | 0 | 110111 | 101 | 1101111 | 1010011 | 1000100 |
Color Harmonies of #7FF16C
Complementary color
Monochromatic Colors of #7FF16C
Black with #7FF16C
Text Example
Text Example
White with #7FF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF16C; }
p { color: rgb(127,241,108); }
H1.HeaderClassName
{
color: #7FF16C;
}
.AnyTagClassName
{
color: #7FF16C;
}
</style>
background-color css
<style>
a { background-color: #7FF16C; }
a { background-color: rgb(127,241,108); }
div.DivClassName
{
background-color: #7FF16C;
}
.BgClassName
{
background-color: #7FF16C;
}
</style>
border-color css
<style>
span { border-color: #7FF16C; }
span { border-color: rgb(127,241,108); }
td.TdClassName
{
border-color: #7FF16C;
}
.TagClassName
{
border-color: #7FF16C;
}
</style>