Shades of Light Green #7DF285
Tints of Light Green #7DF285
RGB
CMYK
RGB Variations
Color information
#7DF285 (or 0x7DF285) is known color: Light Green. HEX triplet: 7D, F2 and 85. RGB value is (125,242,133). Sum of RGB (Red+Green+Blue) = 125+242+133=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF285 is #820D7A. Grayscale: #C2C2C2. Windows color (decimal): -8523131 or 8778365. OLE color: 8778365.
HSL color Cylindrical-coordinate representation of color #7DF285: hue angle of 124.1º 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 #7DF285 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 133 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.05 |
| HSL | 124.1º | 0.82% | 0.72% | - |
| HSV(B) | 124.1º | 0.48% | 0.95% | - |
| XYZ | 44.44 | 69.56 | 33.27 | - |
| YUV | 194.59 | 93.24 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 133 | 0.48 | 0 | 0.45 | 0.05 | 124.1 | 0.82 | 0.72 |
| Hex | 7D | F2 | 85 | 30 | 0 | 2D | 5 | 7C | 52 | 48 |
| Octal | 175 | 362 | 205 | 60 | 0 | 55 | 5 | 174 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10000101 | 110000 | 0 | 101101 | 101 | 1111100 | 1010010 | 1001000 |
Color Harmonies of #7DF285
Complementary color
Monochromatic Colors of #7DF285
Black with #7DF285
Text Example
Text Example
White with #7DF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF285; }
p { color: rgb(125,242,133); }
H1.HeaderClassName
{
color: #7DF285;
}
.AnyTagClassName
{
color: #7DF285;
}
</style>
background-color css
<style>
a { background-color: #7DF285; }
a { background-color: rgb(125,242,133); }
div.DivClassName
{
background-color: #7DF285;
}
.BgClassName
{
background-color: #7DF285;
}
</style>
border-color css
<style>
span { border-color: #7DF285; }
span { border-color: rgb(125,242,133); }
td.TdClassName
{
border-color: #7DF285;
}
.TagClassName
{
border-color: #7DF285;
}
</style>