Shades of Pastel Green #7DF377
Tints of Pastel Green #7DF377
RGB
CMYK
RGB Variations
Color information
#7DF377 (or 0x7DF377) is known color: Pastel Green. HEX triplet: 7D, F3 and 77. RGB value is (125,243,119). Sum of RGB (Red+Green+Blue) = 125+243+119=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF377 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF377 is #820C88. Grayscale: #C1C1C1. Windows color (decimal): -8522889 or 7861117. OLE color: 7861117.
HSL color Cylindrical-coordinate representation of color #7DF377: hue angle of 117.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DF377 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 119 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.05 |
| HSL | 117.1º | 0.84% | 0.71% | - |
| HSV(B) | 117.1º | 0.51% | 0.95% | - |
| XYZ | 43.84 | 69.79 | 28.61 | - |
| YUV | 193.58 | 85.91 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 119 | 0.49 | 0 | 0.51 | 0.05 | 117.1 | 0.84 | 0.71 |
| Hex | 7D | F3 | 77 | 31 | 0 | 33 | 5 | 75 | 54 | 47 |
| Octal | 175 | 363 | 167 | 61 | 0 | 63 | 5 | 165 | 124 | 107 |
| Binary | 1111101 | 11110011 | 1110111 | 110001 | 0 | 110011 | 101 | 1110101 | 1010100 | 1000111 |
Color Harmonies of #7DF377
Complementary color
Monochromatic Colors of #7DF377
Black with #7DF377
Text Example
Text Example
White with #7DF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF377; }
p { color: rgb(125,243,119); }
H1.HeaderClassName
{
color: #7DF377;
}
.AnyTagClassName
{
color: #7DF377;
}
</style>
background-color css
<style>
a { background-color: #7DF377; }
a { background-color: rgb(125,243,119); }
div.DivClassName
{
background-color: #7DF377;
}
.BgClassName
{
background-color: #7DF377;
}
</style>
border-color css
<style>
span { border-color: #7DF377; }
span { border-color: rgb(125,243,119); }
td.TdClassName
{
border-color: #7DF377;
}
.TagClassName
{
border-color: #7DF377;
}
</style>