Shades of Light Green #94FF7D
Tints of Light Green #94FF7D
RGB
CMYK
RGB Variations
Color information
#94FF7D (or 0x94FF7D) is known color: Light Green. HEX triplet: 94, FF and 7D. RGB value is (148,255,125). Sum of RGB (Red+Green+Blue) = 148+255+125=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF7D is #6B0082. Grayscale: #D0D0D0. Windows color (decimal): -7012483 or 8257428. OLE color: 8257428.
HSL color Cylindrical-coordinate representation of color #94FF7D: hue angle of 109.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94FF7D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 125 | - |
| CMYK | 0.42 | 0 | 0.51 | 0 |
| HSL | 109.38º | 1% | 0.75% | - |
| HSV(B) | 109.38º | 0.51% | 1% | - |
| XYZ | 51.67 | 79.3 | 31.98 | - |
| YUV | 208.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 125 | 0.42 | 0 | 0.51 | 0 | 109.38 | 1 | 0.75 |
| Hex | 94 | FF | 7D | 2A | 0 | 33 | 0 | 6D | 64 | 4B |
| Octal | 224 | 377 | 175 | 52 | 0 | 63 | 0 | 155 | 144 | 113 |
| Binary | 10010100 | 11111111 | 1111101 | 101010 | 0 | 110011 | 0 | 1101101 | 1100100 | 1001011 |
Color Harmonies of #94FF7D
Complementary color
Monochromatic Colors of #94FF7D
Black with #94FF7D
Text Example
Text Example
White with #94FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FF7D; }
p { color: rgb(148,255,125); }
H1.HeaderClassName
{
color: #94FF7D;
}
.AnyTagClassName
{
color: #94FF7D;
}
</style>
background-color css
<style>
a { background-color: #94FF7D; }
a { background-color: rgb(148,255,125); }
div.DivClassName
{
background-color: #94FF7D;
}
.BgClassName
{
background-color: #94FF7D;
}
</style>
border-color css
<style>
span { border-color: #94FF7D; }
span { border-color: rgb(148,255,125); }
td.TdClassName
{
border-color: #94FF7D;
}
.TagClassName
{
border-color: #94FF7D;
}
</style>