Shades of Pastel Green #7DF270
Tints of Pastel Green #7DF270
RGB
CMYK
RGB Variations
Color information
#7DF270 (or 0x7DF270) is known color: Pastel Green. HEX triplet: 7D, F2 and 70. RGB value is (125,242,112). Sum of RGB (Red+Green+Blue) = 125+242+112=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF270 is #820D8F. Grayscale: #C0C0C0. Windows color (decimal): -8523152 or 7402109. OLE color: 7402109.
HSL color Cylindrical-coordinate representation of color #7DF270: hue angle of 114º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7DF270 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 112 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.05 |
| HSL | 114º | 0.83% | 0.69% | - |
| HSV(B) | 114º | 0.54% | 0.95% | - |
| XYZ | 43.13 | 69.03 | 26.38 | - |
| YUV | 192.2 | 82.74 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 112 | 0.48 | 0 | 0.54 | 0.05 | 114 | 0.83 | 0.69 |
| Hex | 7D | F2 | 70 | 30 | 0 | 36 | 5 | 72 | 53 | 45 |
| Octal | 175 | 362 | 160 | 60 | 0 | 66 | 5 | 162 | 123 | 105 |
| Binary | 1111101 | 11110010 | 1110000 | 110000 | 0 | 110110 | 101 | 1110010 | 1010011 | 1000101 |
Color Harmonies of #7DF270
Complementary color
Monochromatic Colors of #7DF270
Black with #7DF270
Text Example
Text Example
White with #7DF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF270; }
p { color: rgb(125,242,112); }
H1.HeaderClassName
{
color: #7DF270;
}
.AnyTagClassName
{
color: #7DF270;
}
</style>
background-color css
<style>
a { background-color: #7DF270; }
a { background-color: rgb(125,242,112); }
div.DivClassName
{
background-color: #7DF270;
}
.BgClassName
{
background-color: #7DF270;
}
</style>
border-color css
<style>
span { border-color: #7DF270; }
span { border-color: rgb(125,242,112); }
td.TdClassName
{
border-color: #7DF270;
}
.TagClassName
{
border-color: #7DF270;
}
</style>