Shades of Pastel Green #7DF170
Tints of Pastel Green #7DF170
RGB
CMYK
RGB Variations
Color information
#7DF170 (or 0x7DF170) is known color: Pastel Green. HEX triplet: 7D, F1 and 70. RGB value is (125,241,112). Sum of RGB (Red+Green+Blue) = 125+241+112=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF170 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF170 is #820E8F. Grayscale: #C0C0C0. Windows color (decimal): -8523408 or 7401853. OLE color: 7401853.
HSL color Cylindrical-coordinate representation of color #7DF170: hue angle of 113.95º 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 #7DF170 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 112 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.05 |
| HSL | 113.95º | 0.82% | 0.69% | - |
| HSV(B) | 113.95º | 0.54% | 0.95% | - |
| XYZ | 42.84 | 68.44 | 26.28 | - |
| YUV | 191.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 112 | 0.48 | 0 | 0.54 | 0.05 | 113.95 | 0.82 | 0.69 |
| Hex | 7D | F1 | 70 | 30 | 0 | 36 | 5 | 72 | 52 | 45 |
| Octal | 175 | 361 | 160 | 60 | 0 | 66 | 5 | 162 | 122 | 105 |
| Binary | 1111101 | 11110001 | 1110000 | 110000 | 0 | 110110 | 101 | 1110010 | 1010010 | 1000101 |
Color Harmonies of #7DF170
Complementary color
Monochromatic Colors of #7DF170
Black with #7DF170
Text Example
Text Example
White with #7DF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF170; }
p { color: rgb(125,241,112); }
H1.HeaderClassName
{
color: #7DF170;
}
.AnyTagClassName
{
color: #7DF170;
}
</style>
background-color css
<style>
a { background-color: #7DF170; }
a { background-color: rgb(125,241,112); }
div.DivClassName
{
background-color: #7DF170;
}
.BgClassName
{
background-color: #7DF170;
}
</style>
border-color css
<style>
span { border-color: #7DF170; }
span { border-color: rgb(125,241,112); }
td.TdClassName
{
border-color: #7DF170;
}
.TagClassName
{
border-color: #7DF170;
}
</style>