Shades of Pastel Green #7DF26A
Tints of Pastel Green #7DF26A
RGB
CMYK
RGB Variations
Color information
#7DF26A (or 0x7DF26A) is known color: Pastel Green. HEX triplet: 7D, F2 and 6A. RGB value is (125,242,106). Sum of RGB (Red+Green+Blue) = 125+242+106=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF26A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF26A is #820D95. Grayscale: #BFBFBF. Windows color (decimal): -8523158 or 7008893. OLE color: 7008893.
HSL color Cylindrical-coordinate representation of color #7DF26A: hue angle of 111.62º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DF26A is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 106 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.05 |
| HSL | 111.62º | 0.84% | 0.68% | - |
| HSV(B) | 111.62º | 0.56% | 0.95% | - |
| XYZ | 42.81 | 68.9 | 24.68 | - |
| YUV | 191.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 106 | 0.48 | 0 | 0.56 | 0.05 | 111.62 | 0.84 | 0.68 |
| Hex | 7D | F2 | 6A | 30 | 0 | 38 | 5 | 70 | 54 | 44 |
| Octal | 175 | 362 | 152 | 60 | 0 | 70 | 5 | 160 | 124 | 104 |
| Binary | 1111101 | 11110010 | 1101010 | 110000 | 0 | 111000 | 101 | 1110000 | 1010100 | 1000100 |
Color Harmonies of #7DF26A
Complementary color
Monochromatic Colors of #7DF26A
Black with #7DF26A
Text Example
Text Example
White with #7DF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF26A; }
p { color: rgb(125,242,106); }
H1.HeaderClassName
{
color: #7DF26A;
}
.AnyTagClassName
{
color: #7DF26A;
}
</style>
background-color css
<style>
a { background-color: #7DF26A; }
a { background-color: rgb(125,242,106); }
div.DivClassName
{
background-color: #7DF26A;
}
.BgClassName
{
background-color: #7DF26A;
}
</style>
border-color css
<style>
span { border-color: #7DF26A; }
span { border-color: rgb(125,242,106); }
td.TdClassName
{
border-color: #7DF26A;
}
.TagClassName
{
border-color: #7DF26A;
}
</style>