Shades of Pastel Green #7DF16F
Tints of Pastel Green #7DF16F
RGB
CMYK
RGB Variations
Color information
#7DF16F (or 0x7DF16F) is known color: Pastel Green. HEX triplet: 7D, F1 and 6F. RGB value is (125,241,111). Sum of RGB (Red+Green+Blue) = 125+241+111=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF16F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF16F is #820E90. Grayscale: #BFBFBF. Windows color (decimal): -8523409 or 7336317. OLE color: 7336317.
HSL color Cylindrical-coordinate representation of color #7DF16F: hue angle of 113.54º 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 #7DF16F is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 111 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.05 |
| HSL | 113.54º | 0.82% | 0.69% | - |
| HSV(B) | 113.54º | 0.54% | 0.95% | - |
| XYZ | 42.78 | 68.42 | 25.99 | - |
| YUV | 191.5 | 82.57 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 111 | 0.48 | 0 | 0.54 | 0.05 | 113.54 | 0.82 | 0.69 |
| Hex | 7D | F1 | 6F | 30 | 0 | 36 | 5 | 72 | 52 | 45 |
| Octal | 175 | 361 | 157 | 60 | 0 | 66 | 5 | 162 | 122 | 105 |
| Binary | 1111101 | 11110001 | 1101111 | 110000 | 0 | 110110 | 101 | 1110010 | 1010010 | 1000101 |
Color Harmonies of #7DF16F
Complementary color
Monochromatic Colors of #7DF16F
Black with #7DF16F
Text Example
Text Example
White with #7DF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF16F; }
p { color: rgb(125,241,111); }
H1.HeaderClassName
{
color: #7DF16F;
}
.AnyTagClassName
{
color: #7DF16F;
}
</style>
background-color css
<style>
a { background-color: #7DF16F; }
a { background-color: rgb(125,241,111); }
div.DivClassName
{
background-color: #7DF16F;
}
.BgClassName
{
background-color: #7DF16F;
}
</style>
border-color css
<style>
span { border-color: #7DF16F; }
span { border-color: rgb(125,241,111); }
td.TdClassName
{
border-color: #7DF16F;
}
.TagClassName
{
border-color: #7DF16F;
}
</style>