Shades of Light Green #94FA7D
Tints of Light Green #94FA7D
RGB
CMYK
RGB Variations
Color information
#94FA7D (or 0x94FA7D) is known color: Light Green. HEX triplet: 94, FA and 7D. RGB value is (148,250,125). Sum of RGB (Red+Green+Blue) = 148+250+125=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FA7D is #6B0582. Grayscale: #CDCDCD. Windows color (decimal): -7013763 or 8256148. OLE color: 8256148.
HSL color Cylindrical-coordinate representation of color #94FA7D: hue angle of 108.96º 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 #94FA7D is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 125 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.02 |
| HSL | 108.96º | 0.93% | 0.74% | - |
| HSV(B) | 108.96º | 0.5% | 0.98% | - |
| XYZ | 50.1 | 76.15 | 31.46 | - |
| YUV | 205.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 125 | 0.41 | 0 | 0.50 | 0.02 | 108.96 | 0.93 | 0.74 |
| Hex | 94 | FA | 7D | 29 | 0 | 32 | 2 | 6D | 5D | 4A |
| Octal | 224 | 372 | 175 | 51 | 0 | 62 | 2 | 155 | 135 | 112 |
| Binary | 10010100 | 11111010 | 1111101 | 101001 | 0 | 110010 | 10 | 1101101 | 1011101 | 1001010 |
Color Harmonies of #94FA7D
Complementary color
Monochromatic Colors of #94FA7D
Black with #94FA7D
Text Example
Text Example
White with #94FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA7D; }
p { color: rgb(148,250,125); }
H1.HeaderClassName
{
color: #94FA7D;
}
.AnyTagClassName
{
color: #94FA7D;
}
</style>
background-color css
<style>
a { background-color: #94FA7D; }
a { background-color: rgb(148,250,125); }
div.DivClassName
{
background-color: #94FA7D;
}
.BgClassName
{
background-color: #94FA7D;
}
</style>
border-color css
<style>
span { border-color: #94FA7D; }
span { border-color: rgb(148,250,125); }
td.TdClassName
{
border-color: #94FA7D;
}
.TagClassName
{
border-color: #94FA7D;
}
</style>