Shades of Pastel Green #7DF27D
Tints of Pastel Green #7DF27D
RGB
CMYK
RGB Variations
Color information
#7DF27D (or 0x7DF27D) is known color: Pastel Green. HEX triplet: 7D, F2 and 7D. RGB value is (125,242,125). Sum of RGB (Red+Green+Blue) = 125+242+125=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF27D is #820D82. Grayscale: #C2C2C2. Windows color (decimal): -8523139 or 8254077. OLE color: 8254077.
HSL color Cylindrical-coordinate representation of color #7DF27D: hue angle of 120º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF27D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 125 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.05 |
| HSL | 120º | 0.82% | 0.72% | - |
| HSV(B) | 120º | 0.48% | 0.95% | - |
| XYZ | 43.91 | 69.34 | 30.47 | - |
| YUV | 193.68 | 89.24 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 125 | 0.48 | 0 | 0.48 | 0.05 | 120 | 0.82 | 0.72 |
| Hex | 7D | F2 | 7D | 30 | 0 | 30 | 5 | 78 | 52 | 48 |
| Octal | 175 | 362 | 175 | 60 | 0 | 60 | 5 | 170 | 122 | 110 |
| Binary | 1111101 | 11110010 | 1111101 | 110000 | 0 | 110000 | 101 | 1111000 | 1010010 | 1001000 |
Color Harmonies of #7DF27D
Complementary color
Monochromatic Colors of #7DF27D
Black with #7DF27D
Text Example
Text Example
White with #7DF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF27D; }
p { color: rgb(125,242,125); }
H1.HeaderClassName
{
color: #7DF27D;
}
.AnyTagClassName
{
color: #7DF27D;
}
</style>
background-color css
<style>
a { background-color: #7DF27D; }
a { background-color: rgb(125,242,125); }
div.DivClassName
{
background-color: #7DF27D;
}
.BgClassName
{
background-color: #7DF27D;
}
</style>
border-color css
<style>
span { border-color: #7DF27D; }
span { border-color: rgb(125,242,125); }
td.TdClassName
{
border-color: #7DF27D;
}
.TagClassName
{
border-color: #7DF27D;
}
</style>