Shades of Pastel Green #7DFB7B
Tints of Pastel Green #7DFB7B
RGB
CMYK
RGB Variations
Color information
#7DFB7B (or 0x7DFB7B) is known color: Pastel Green. HEX triplet: 7D, FB and 7B. RGB value is (125,251,123). Sum of RGB (Red+Green+Blue) = 125+251+123=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFB7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFB7B is #820484. Grayscale: #C7C7C7. Windows color (decimal): -8520837 or 8125309. OLE color: 8125309.
HSL color Cylindrical-coordinate representation of color #7DFB7B: hue angle of 119.06º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFB7B is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 251 | 123 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.02 |
| HSL | 119.06º | 0.94% | 0.73% | - |
| HSV(B) | 119.06º | 0.51% | 0.98% | - |
| XYZ | 46.53 | 74.78 | 30.72 | - |
| YUV | 198.73 | 85.26 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 251 | 123 | 0.50 | 0 | 0.51 | 0.02 | 119.06 | 0.94 | 0.73 |
| Hex | 7D | FB | 7B | 32 | 0 | 33 | 2 | 77 | 5E | 49 |
| Octal | 175 | 373 | 173 | 62 | 0 | 63 | 2 | 167 | 136 | 111 |
| Binary | 1111101 | 11111011 | 1111011 | 110010 | 0 | 110011 | 10 | 1110111 | 1011110 | 1001001 |
Color Harmonies of #7DFB7B
Complementary color
Monochromatic Colors of #7DFB7B
Black with #7DFB7B
Text Example
Text Example
White with #7DFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFB7B; }
p { color: rgb(125,251,123); }
H1.HeaderClassName
{
color: #7DFB7B;
}
.AnyTagClassName
{
color: #7DFB7B;
}
</style>
background-color css
<style>
a { background-color: #7DFB7B; }
a { background-color: rgb(125,251,123); }
div.DivClassName
{
background-color: #7DFB7B;
}
.BgClassName
{
background-color: #7DFB7B;
}
</style>
border-color css
<style>
span { border-color: #7DFB7B; }
span { border-color: rgb(125,251,123); }
td.TdClassName
{
border-color: #7DFB7B;
}
.TagClassName
{
border-color: #7DFB7B;
}
</style>