Shades of Light Green #9DFA7D
Tints of Light Green #9DFA7D
RGB
CMYK
RGB Variations
Color information
#9DFA7D (or 0x9DFA7D) is known color: Light Green. HEX triplet: 9D, FA and 7D. RGB value is (157,250,125). Sum of RGB (Red+Green+Blue) = 157+250+125=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFA7D is #620582. Grayscale: #D0D0D0. Windows color (decimal): -6423939 or 8256157. OLE color: 8256157.
HSL color Cylindrical-coordinate representation of color #9DFA7D: hue angle of 104.64º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DFA7D is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 250 | 125 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.02 |
| HSL | 104.64º | 0.93% | 0.74% | - |
| HSV(B) | 104.64º | 0.5% | 0.98% | - |
| XYZ | 51.79 | 77.02 | 31.54 | - |
| YUV | 207.94 | 81.19 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 250 | 125 | 0.37 | 0 | 0.50 | 0.02 | 104.64 | 0.93 | 0.74 |
| Hex | 9D | FA | 7D | 25 | 0 | 32 | 2 | 69 | 5D | 4A |
| Octal | 235 | 372 | 175 | 45 | 0 | 62 | 2 | 151 | 135 | 112 |
| Binary | 10011101 | 11111010 | 1111101 | 100101 | 0 | 110010 | 10 | 1101001 | 1011101 | 1001010 |
Color Harmonies of #9DFA7D
Complementary color
Monochromatic Colors of #9DFA7D
Black with #9DFA7D
Text Example
Text Example
White with #9DFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFA7D; }
p { color: rgb(157,250,125); }
H1.HeaderClassName
{
color: #9DFA7D;
}
.AnyTagClassName
{
color: #9DFA7D;
}
</style>
background-color css
<style>
a { background-color: #9DFA7D; }
a { background-color: rgb(157,250,125); }
div.DivClassName
{
background-color: #9DFA7D;
}
.BgClassName
{
background-color: #9DFA7D;
}
</style>
border-color css
<style>
span { border-color: #9DFA7D; }
span { border-color: rgb(157,250,125); }
td.TdClassName
{
border-color: #9DFA7D;
}
.TagClassName
{
border-color: #9DFA7D;
}
</style>