Shades of Pastel Green #7DE483
Tints of Pastel Green #7DE483
RGB
CMYK
RGB Variations
Color information
#7DE483 (or 0x7DE483) is known color: Pastel Green. HEX triplet: 7D, E4 and 83. RGB value is (125,228,131). Sum of RGB (Red+Green+Blue) = 125+228+131=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE483 is #821B7C. Grayscale: #BABABA. Windows color (decimal): -8526717 or 8643709. OLE color: 8643709.
HSL color Cylindrical-coordinate representation of color #7DE483: hue angle of 123.5º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE483 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 228 | 131 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.11 |
| HSL | 123.5º | 0.66% | 0.69% | - |
| HSV(B) | 123.5º | 0.45% | 0.89% | - |
| XYZ | 40.3 | 61.49 | 31.22 | - |
| YUV | 186.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 131 | 0.45 | 0 | 0.43 | 0.11 | 123.5 | 0.66 | 0.69 |
| Hex | 7D | E4 | 83 | 2D | 0 | 2B | B | 7B | 42 | 45 |
| Octal | 175 | 344 | 203 | 55 | 0 | 53 | 13 | 173 | 102 | 105 |
| Binary | 1111101 | 11100100 | 10000011 | 101101 | 0 | 101011 | 1011 | 1111011 | 1000010 | 1000101 |
Color Harmonies of #7DE483
Complementary color
Monochromatic Colors of #7DE483
Black with #7DE483
Text Example
Text Example
White with #7DE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE483; }
p { color: rgb(125,228,131); }
H1.HeaderClassName
{
color: #7DE483;
}
.AnyTagClassName
{
color: #7DE483;
}
</style>
background-color css
<style>
a { background-color: #7DE483; }
a { background-color: rgb(125,228,131); }
div.DivClassName
{
background-color: #7DE483;
}
.BgClassName
{
background-color: #7DE483;
}
</style>
border-color css
<style>
span { border-color: #7DE483; }
span { border-color: rgb(125,228,131); }
td.TdClassName
{
border-color: #7DE483;
}
.TagClassName
{
border-color: #7DE483;
}
</style>