Shades of Pastel Green #7DF16E
Tints of Pastel Green #7DF16E
RGB
CMYK
RGB Variations
Color information
#7DF16E (or 0x7DF16E) is known color: Pastel Green. HEX triplet: 7D, F1 and 6E. RGB value is (125,241,110). Sum of RGB (Red+Green+Blue) = 125+241+110=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF16E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF16E is #820E91. Grayscale: #BFBFBF. Windows color (decimal): -8523410 or 7270781. OLE color: 7270781.
HSL color Cylindrical-coordinate representation of color #7DF16E: hue angle of 113.13º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DF16E is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 110 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.05 |
| HSL | 113.13º | 0.82% | 0.69% | - |
| HSV(B) | 113.13º | 0.54% | 0.95% | - |
| XYZ | 42.73 | 68.4 | 25.7 | - |
| YUV | 191.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 110 | 0.48 | 0 | 0.54 | 0.05 | 113.13 | 0.82 | 0.69 |
| Hex | 7D | F1 | 6E | 30 | 0 | 36 | 5 | 71 | 52 | 45 |
| Octal | 175 | 361 | 156 | 60 | 0 | 66 | 5 | 161 | 122 | 105 |
| Binary | 1111101 | 11110001 | 1101110 | 110000 | 0 | 110110 | 101 | 1110001 | 1010010 | 1000101 |
Color Harmonies of #7DF16E
Complementary color
Monochromatic Colors of #7DF16E
Black with #7DF16E
Text Example
Text Example
White with #7DF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF16E; }
p { color: rgb(125,241,110); }
H1.HeaderClassName
{
color: #7DF16E;
}
.AnyTagClassName
{
color: #7DF16E;
}
</style>
background-color css
<style>
a { background-color: #7DF16E; }
a { background-color: rgb(125,241,110); }
div.DivClassName
{
background-color: #7DF16E;
}
.BgClassName
{
background-color: #7DF16E;
}
</style>
border-color css
<style>
span { border-color: #7DF16E; }
span { border-color: rgb(125,241,110); }
td.TdClassName
{
border-color: #7DF16E;
}
.TagClassName
{
border-color: #7DF16E;
}
</style>