Shades of Pastel Green #7DF26D
Tints of Pastel Green #7DF26D
RGB
CMYK
RGB Variations
Color information
#7DF26D (or 0x7DF26D) is known color: Pastel Green. HEX triplet: 7D, F2 and 6D. RGB value is (125,242,109). Sum of RGB (Red+Green+Blue) = 125+242+109=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF26D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF26D is #820D92. Grayscale: #C0C0C0. Windows color (decimal): -8523155 or 7205501. OLE color: 7205501.
HSL color Cylindrical-coordinate representation of color #7DF26D: hue angle of 112.78º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DF26D is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 109 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.05 |
| HSL | 112.78º | 0.84% | 0.69% | - |
| HSV(B) | 112.78º | 0.55% | 0.95% | - |
| XYZ | 42.97 | 68.97 | 25.52 | - |
| YUV | 191.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 109 | 0.48 | 0 | 0.55 | 0.05 | 112.78 | 0.84 | 0.69 |
| Hex | 7D | F2 | 6D | 30 | 0 | 37 | 5 | 71 | 54 | 45 |
| Octal | 175 | 362 | 155 | 60 | 0 | 67 | 5 | 161 | 124 | 105 |
| Binary | 1111101 | 11110010 | 1101101 | 110000 | 0 | 110111 | 101 | 1110001 | 1010100 | 1000101 |
Color Harmonies of #7DF26D
Complementary color
Monochromatic Colors of #7DF26D
Black with #7DF26D
Text Example
Text Example
White with #7DF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF26D; }
p { color: rgb(125,242,109); }
H1.HeaderClassName
{
color: #7DF26D;
}
.AnyTagClassName
{
color: #7DF26D;
}
</style>
background-color css
<style>
a { background-color: #7DF26D; }
a { background-color: rgb(125,242,109); }
div.DivClassName
{
background-color: #7DF26D;
}
.BgClassName
{
background-color: #7DF26D;
}
</style>
border-color css
<style>
span { border-color: #7DF26D; }
span { border-color: rgb(125,242,109); }
td.TdClassName
{
border-color: #7DF26D;
}
.TagClassName
{
border-color: #7DF26D;
}
</style>