Shades of Pastel Green #7DF065
Tints of Pastel Green #7DF065
RGB
CMYK
RGB Variations
Color information
#7DF065 (or 0x7DF065) is known color: Pastel Green. HEX triplet: 7D, F0 and 65. RGB value is (125,240,101). Sum of RGB (Red+Green+Blue) = 125+240+101=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF065 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF065 is #820F9A. Grayscale: #BEBEBE. Windows color (decimal): -8523675 or 6680701. OLE color: 6680701.
HSL color Cylindrical-coordinate representation of color #7DF065: hue angle of 109.64º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DF065 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 101 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.06 |
| HSL | 109.64º | 0.82% | 0.67% | - |
| HSV(B) | 109.64º | 0.58% | 0.94% | - |
| XYZ | 41.97 | 67.62 | 23.15 | - |
| YUV | 189.77 | 77.9 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 101 | 0.48 | 0 | 0.58 | 0.06 | 109.64 | 0.82 | 0.67 |
| Hex | 7D | F0 | 65 | 30 | 0 | 3A | 6 | 6E | 52 | 43 |
| Octal | 175 | 360 | 145 | 60 | 0 | 72 | 6 | 156 | 122 | 103 |
| Binary | 1111101 | 11110000 | 1100101 | 110000 | 0 | 111010 | 110 | 1101110 | 1010010 | 1000011 |
Color Harmonies of #7DF065
Complementary color
Monochromatic Colors of #7DF065
Black with #7DF065
Text Example
Text Example
White with #7DF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF065; }
p { color: rgb(125,240,101); }
H1.HeaderClassName
{
color: #7DF065;
}
.AnyTagClassName
{
color: #7DF065;
}
</style>
background-color css
<style>
a { background-color: #7DF065; }
a { background-color: rgb(125,240,101); }
div.DivClassName
{
background-color: #7DF065;
}
.BgClassName
{
background-color: #7DF065;
}
</style>
border-color css
<style>
span { border-color: #7DF065; }
span { border-color: rgb(125,240,101); }
td.TdClassName
{
border-color: #7DF065;
}
.TagClassName
{
border-color: #7DF065;
}
</style>