Shades of Pastel Green #7DF16C
Tints of Pastel Green #7DF16C
RGB
CMYK
RGB Variations
Color information
#7DF16C (or 0x7DF16C) is known color: Pastel Green. HEX triplet: 7D, F1 and 6C. RGB value is (125,241,108). Sum of RGB (Red+Green+Blue) = 125+241+108=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF16C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF16C is #820E93. Grayscale: #BFBFBF. Windows color (decimal): -8523412 or 7139709. OLE color: 7139709.
HSL color Cylindrical-coordinate representation of color #7DF16C: hue angle of 112.33º 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 #7DF16C is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 108 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.05 |
| HSL | 112.33º | 0.83% | 0.68% | - |
| HSV(B) | 112.33º | 0.55% | 0.95% | - |
| XYZ | 42.62 | 68.35 | 25.13 | - |
| YUV | 191.15 | 81.07 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 108 | 0.48 | 0 | 0.55 | 0.05 | 112.33 | 0.83 | 0.68 |
| Hex | 7D | F1 | 6C | 30 | 0 | 37 | 5 | 70 | 53 | 44 |
| Octal | 175 | 361 | 154 | 60 | 0 | 67 | 5 | 160 | 123 | 104 |
| Binary | 1111101 | 11110001 | 1101100 | 110000 | 0 | 110111 | 101 | 1110000 | 1010011 | 1000100 |
Color Harmonies of #7DF16C
Complementary color
Monochromatic Colors of #7DF16C
Black with #7DF16C
Text Example
Text Example
White with #7DF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF16C; }
p { color: rgb(125,241,108); }
H1.HeaderClassName
{
color: #7DF16C;
}
.AnyTagClassName
{
color: #7DF16C;
}
</style>
background-color css
<style>
a { background-color: #7DF16C; }
a { background-color: rgb(125,241,108); }
div.DivClassName
{
background-color: #7DF16C;
}
.BgClassName
{
background-color: #7DF16C;
}
</style>
border-color css
<style>
span { border-color: #7DF16C; }
span { border-color: rgb(125,241,108); }
td.TdClassName
{
border-color: #7DF16C;
}
.TagClassName
{
border-color: #7DF16C;
}
</style>