Shades of Pastel Green #7DF06A
Tints of Pastel Green #7DF06A
RGB
CMYK
RGB Variations
Color information
#7DF06A (or 0x7DF06A) is known color: Pastel Green. HEX triplet: 7D, F0 and 6A. RGB value is (125,240,106). Sum of RGB (Red+Green+Blue) = 125+240+106=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF06A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF06A is #820F95. Grayscale: #BEBEBE. Windows color (decimal): -8523670 or 7008381. OLE color: 7008381.
HSL color Cylindrical-coordinate representation of color #7DF06A: hue angle of 111.49º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DF06A is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 106 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.06 |
| HSL | 111.49º | 0.82% | 0.68% | - |
| HSV(B) | 111.49º | 0.56% | 0.94% | - |
| XYZ | 42.22 | 67.72 | 24.48 | - |
| YUV | 190.34 | 80.4 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 106 | 0.48 | 0 | 0.56 | 0.06 | 111.49 | 0.82 | 0.68 |
| Hex | 7D | F0 | 6A | 30 | 0 | 38 | 6 | 6F | 52 | 44 |
| Octal | 175 | 360 | 152 | 60 | 0 | 70 | 6 | 157 | 122 | 104 |
| Binary | 1111101 | 11110000 | 1101010 | 110000 | 0 | 111000 | 110 | 1101111 | 1010010 | 1000100 |
Color Harmonies of #7DF06A
Complementary color
Monochromatic Colors of #7DF06A
Black with #7DF06A
Text Example
Text Example
White with #7DF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF06A; }
p { color: rgb(125,240,106); }
H1.HeaderClassName
{
color: #7DF06A;
}
.AnyTagClassName
{
color: #7DF06A;
}
</style>
background-color css
<style>
a { background-color: #7DF06A; }
a { background-color: rgb(125,240,106); }
div.DivClassName
{
background-color: #7DF06A;
}
.BgClassName
{
background-color: #7DF06A;
}
</style>
border-color css
<style>
span { border-color: #7DF06A; }
span { border-color: rgb(125,240,106); }
td.TdClassName
{
border-color: #7DF06A;
}
.TagClassName
{
border-color: #7DF06A;
}
</style>