Shades of Light Green #7DF28B
Tints of Light Green #7DF28B
RGB
CMYK
RGB Variations
Color information
#7DF28B (or 0x7DF28B) is known color: Light Green. HEX triplet: 7D, F2 and 8B. RGB value is (125,242,139). Sum of RGB (Red+Green+Blue) = 125+242+139=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF28B is #820D74. Grayscale: #C3C3C3. Windows color (decimal): -8523125 or 9171581. OLE color: 9171581.
HSL color Cylindrical-coordinate representation of color #7DF28B: hue angle of 127.18º 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 #7DF28B is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 139 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.05 |
| HSL | 127.18º | 0.82% | 0.72% | - |
| HSV(B) | 127.18º | 0.48% | 0.95% | - |
| XYZ | 44.87 | 69.73 | 35.52 | - |
| YUV | 195.28 | 96.24 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 139 | 0.48 | 0 | 0.43 | 0.05 | 127.18 | 0.82 | 0.72 |
| Hex | 7D | F2 | 8B | 30 | 0 | 2B | 5 | 7F | 52 | 48 |
| Octal | 175 | 362 | 213 | 60 | 0 | 53 | 5 | 177 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10001011 | 110000 | 0 | 101011 | 101 | 1111111 | 1010010 | 1001000 |
Color Harmonies of #7DF28B
Complementary color
Monochromatic Colors of #7DF28B
Black with #7DF28B
Text Example
Text Example
White with #7DF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF28B; }
p { color: rgb(125,242,139); }
H1.HeaderClassName
{
color: #7DF28B;
}
.AnyTagClassName
{
color: #7DF28B;
}
</style>
background-color css
<style>
a { background-color: #7DF28B; }
a { background-color: rgb(125,242,139); }
div.DivClassName
{
background-color: #7DF28B;
}
.BgClassName
{
background-color: #7DF28B;
}
</style>
border-color css
<style>
span { border-color: #7DF28B; }
span { border-color: rgb(125,242,139); }
td.TdClassName
{
border-color: #7DF28B;
}
.TagClassName
{
border-color: #7DF28B;
}
</style>