Shades of Pastel Green #7DF77B
Tints of Pastel Green #7DF77B
RGB
CMYK
RGB Variations
Color information
#7DF77B (or 0x7DF77B) is known color: Pastel Green. HEX triplet: 7D, F7 and 7B. RGB value is (125,247,123). Sum of RGB (Red+Green+Blue) = 125+247+123=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF77B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF77B is #820884. Grayscale: #C4C4C4. Windows color (decimal): -8521861 or 8124285. OLE color: 8124285.
HSL color Cylindrical-coordinate representation of color #7DF77B: hue angle of 119.03º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF77B is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 123 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.03 |
| HSL | 119.03º | 0.89% | 0.73% | - |
| HSV(B) | 119.03º | 0.5% | 0.97% | - |
| XYZ | 45.29 | 72.31 | 30.31 | - |
| YUV | 196.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 123 | 0.49 | 0 | 0.50 | 0.03 | 119.03 | 0.89 | 0.73 |
| Hex | 7D | F7 | 7B | 31 | 0 | 32 | 3 | 77 | 59 | 49 |
| Octal | 175 | 367 | 173 | 61 | 0 | 62 | 3 | 167 | 131 | 111 |
| Binary | 1111101 | 11110111 | 1111011 | 110001 | 0 | 110010 | 11 | 1110111 | 1011001 | 1001001 |
Color Harmonies of #7DF77B
Complementary color
Monochromatic Colors of #7DF77B
Black with #7DF77B
Text Example
Text Example
White with #7DF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF77B; }
p { color: rgb(125,247,123); }
H1.HeaderClassName
{
color: #7DF77B;
}
.AnyTagClassName
{
color: #7DF77B;
}
</style>
background-color css
<style>
a { background-color: #7DF77B; }
a { background-color: rgb(125,247,123); }
div.DivClassName
{
background-color: #7DF77B;
}
.BgClassName
{
background-color: #7DF77B;
}
</style>
border-color css
<style>
span { border-color: #7DF77B; }
span { border-color: rgb(125,247,123); }
td.TdClassName
{
border-color: #7DF77B;
}
.TagClassName
{
border-color: #7DF77B;
}
</style>