Shades of Light Green #7DF28A
Tints of Light Green #7DF28A
RGB
CMYK
RGB Variations
Color information
#7DF28A (or 0x7DF28A) is known color: Light Green. HEX triplet: 7D, F2 and 8A. RGB value is (125,242,138). Sum of RGB (Red+Green+Blue) = 125+242+138=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF28A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF28A is #820D75. Grayscale: #C3C3C3. Windows color (decimal): -8523126 or 9106045. OLE color: 9106045.
HSL color Cylindrical-coordinate representation of color #7DF28A: hue angle of 126.67º 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 #7DF28A is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 138 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.05 |
| HSL | 126.67º | 0.82% | 0.72% | - |
| HSV(B) | 126.67º | 0.48% | 0.95% | - |
| XYZ | 44.8 | 69.7 | 35.14 | - |
| YUV | 195.16 | 95.74 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 138 | 0.48 | 0 | 0.43 | 0.05 | 126.67 | 0.82 | 0.72 |
| Hex | 7D | F2 | 8A | 30 | 0 | 2B | 5 | 7F | 52 | 48 |
| Octal | 175 | 362 | 212 | 60 | 0 | 53 | 5 | 177 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10001010 | 110000 | 0 | 101011 | 101 | 1111111 | 1010010 | 1001000 |
Color Harmonies of #7DF28A
Complementary color
Monochromatic Colors of #7DF28A
Black with #7DF28A
Text Example
Text Example
White with #7DF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF28A; }
p { color: rgb(125,242,138); }
H1.HeaderClassName
{
color: #7DF28A;
}
.AnyTagClassName
{
color: #7DF28A;
}
</style>
background-color css
<style>
a { background-color: #7DF28A; }
a { background-color: rgb(125,242,138); }
div.DivClassName
{
background-color: #7DF28A;
}
.BgClassName
{
background-color: #7DF28A;
}
</style>
border-color css
<style>
span { border-color: #7DF28A; }
span { border-color: rgb(125,242,138); }
td.TdClassName
{
border-color: #7DF28A;
}
.TagClassName
{
border-color: #7DF28A;
}
</style>