Shades of Light Green #7DF288
Tints of Light Green #7DF288
RGB
CMYK
RGB Variations
Color information
#7DF288 (or 0x7DF288) is known color: Light Green. HEX triplet: 7D, F2 and 88. RGB value is (125,242,136). Sum of RGB (Red+Green+Blue) = 125+242+136=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF288 is #820D77. Grayscale: #C3C3C3. Windows color (decimal): -8523128 or 8974973. OLE color: 8974973.
HSL color Cylindrical-coordinate representation of color #7DF288: hue angle of 125.64º 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 #7DF288 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 136 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.05 |
| HSL | 125.64º | 0.82% | 0.72% | - |
| HSV(B) | 125.64º | 0.48% | 0.95% | - |
| XYZ | 44.65 | 69.64 | 34.38 | - |
| YUV | 194.93 | 94.74 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 136 | 0.48 | 0 | 0.44 | 0.05 | 125.64 | 0.82 | 0.72 |
| Hex | 7D | F2 | 88 | 30 | 0 | 2C | 5 | 7E | 52 | 48 |
| Octal | 175 | 362 | 210 | 60 | 0 | 54 | 5 | 176 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10001000 | 110000 | 0 | 101100 | 101 | 1111110 | 1010010 | 1001000 |
Color Harmonies of #7DF288
Complementary color
Monochromatic Colors of #7DF288
Black with #7DF288
Text Example
Text Example
White with #7DF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF288; }
p { color: rgb(125,242,136); }
H1.HeaderClassName
{
color: #7DF288;
}
.AnyTagClassName
{
color: #7DF288;
}
</style>
background-color css
<style>
a { background-color: #7DF288; }
a { background-color: rgb(125,242,136); }
div.DivClassName
{
background-color: #7DF288;
}
.BgClassName
{
background-color: #7DF288;
}
</style>
border-color css
<style>
span { border-color: #7DF288; }
span { border-color: rgb(125,242,136); }
td.TdClassName
{
border-color: #7DF288;
}
.TagClassName
{
border-color: #7DF288;
}
</style>