Shades of Pastel Green #7DF380
Tints of Pastel Green #7DF380
RGB
CMYK
RGB Variations
Color information
#7DF380 (or 0x7DF380) is known color: Pastel Green. HEX triplet: 7D, F3 and 80. RGB value is (125,243,128). Sum of RGB (Red+Green+Blue) = 125+243+128=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF380 is #820C7F. Grayscale: #C2C2C2. Windows color (decimal): -8522880 or 8450941. OLE color: 8450941.
HSL color Cylindrical-coordinate representation of color #7DF380: hue angle of 121.53º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF380 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 128 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.05 |
| HSL | 121.53º | 0.83% | 0.72% | - |
| HSV(B) | 121.53º | 0.49% | 0.95% | - |
| XYZ | 44.4 | 70.02 | 31.6 | - |
| YUV | 194.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 128 | 0.49 | 0 | 0.47 | 0.05 | 121.53 | 0.83 | 0.72 |
| Hex | 7D | F3 | 80 | 31 | 0 | 2F | 5 | 7A | 53 | 48 |
| Octal | 175 | 363 | 200 | 61 | 0 | 57 | 5 | 172 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10000000 | 110001 | 0 | 101111 | 101 | 1111010 | 1010011 | 1001000 |
Color Harmonies of #7DF380
Complementary color
Monochromatic Colors of #7DF380
Black with #7DF380
Text Example
Text Example
White with #7DF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF380; }
p { color: rgb(125,243,128); }
H1.HeaderClassName
{
color: #7DF380;
}
.AnyTagClassName
{
color: #7DF380;
}
</style>
background-color css
<style>
a { background-color: #7DF380; }
a { background-color: rgb(125,243,128); }
div.DivClassName
{
background-color: #7DF380;
}
.BgClassName
{
background-color: #7DF380;
}
</style>
border-color css
<style>
span { border-color: #7DF380; }
span { border-color: rgb(125,243,128); }
td.TdClassName
{
border-color: #7DF380;
}
.TagClassName
{
border-color: #7DF380;
}
</style>