Shades of Pastel Green #7DF168
Tints of Pastel Green #7DF168
RGB
CMYK
RGB Variations
Color information
#7DF168 (or 0x7DF168) is known color: Pastel Green. HEX triplet: 7D, F1 and 68. RGB value is (125,241,104). Sum of RGB (Red+Green+Blue) = 125+241+104=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF168 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF168 is #820E97. Grayscale: #BFBFBF. Windows color (decimal): -8523416 or 6877565. OLE color: 6877565.
HSL color Cylindrical-coordinate representation of color #7DF168: hue angle of 110.8º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DF168 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 104 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.05 |
| HSL | 110.8º | 0.83% | 0.68% | - |
| HSV(B) | 110.8º | 0.57% | 0.95% | - |
| XYZ | 42.41 | 68.27 | 24.04 | - |
| YUV | 190.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 104 | 0.48 | 0 | 0.57 | 0.05 | 110.8 | 0.83 | 0.68 |
| Hex | 7D | F1 | 68 | 30 | 0 | 39 | 5 | 6F | 53 | 44 |
| Octal | 175 | 361 | 150 | 60 | 0 | 71 | 5 | 157 | 123 | 104 |
| Binary | 1111101 | 11110001 | 1101000 | 110000 | 0 | 111001 | 101 | 1101111 | 1010011 | 1000100 |
Color Harmonies of #7DF168
Complementary color
Monochromatic Colors of #7DF168
Black with #7DF168
Text Example
Text Example
White with #7DF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF168; }
p { color: rgb(125,241,104); }
H1.HeaderClassName
{
color: #7DF168;
}
.AnyTagClassName
{
color: #7DF168;
}
</style>
background-color css
<style>
a { background-color: #7DF168; }
a { background-color: rgb(125,241,104); }
div.DivClassName
{
background-color: #7DF168;
}
.BgClassName
{
background-color: #7DF168;
}
</style>
border-color css
<style>
span { border-color: #7DF168; }
span { border-color: rgb(125,241,104); }
td.TdClassName
{
border-color: #7DF168;
}
.TagClassName
{
border-color: #7DF168;
}
</style>