Shades of Light Green #94FC6E
Tints of Light Green #94FC6E
RGB
CMYK
RGB Variations
Color information
#94FC6E (or 0x94FC6E) is known color: Light Green. HEX triplet: 94, FC and 6E. RGB value is (148,252,110). Sum of RGB (Red+Green+Blue) = 148+252+110=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FC6E is #6B0391. Grayscale: #CDCDCD. Windows color (decimal): -7013266 or 7273620. OLE color: 7273620.
HSL color Cylindrical-coordinate representation of color #94FC6E: hue angle of 103.94º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94FC6E is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 110 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.01 |
| HSL | 103.94º | 0.96% | 0.71% | - |
| HSV(B) | 103.94º | 0.56% | 0.99% | - |
| XYZ | 49.84 | 77.04 | 27 | - |
| YUV | 204.72 | 74.54 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 110 | 0.41 | 0 | 0.56 | 0.01 | 103.94 | 0.96 | 0.71 |
| Hex | 94 | FC | 6E | 29 | 0 | 38 | 1 | 68 | 60 | 47 |
| Octal | 224 | 374 | 156 | 51 | 0 | 70 | 1 | 150 | 140 | 107 |
| Binary | 10010100 | 11111100 | 1101110 | 101001 | 0 | 111000 | 1 | 1101000 | 1100000 | 1000111 |
Color Harmonies of #94FC6E
Complementary color
Monochromatic Colors of #94FC6E
Black with #94FC6E
Text Example
Text Example
White with #94FC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FC6E; }
p { color: rgb(148,252,110); }
H1.HeaderClassName
{
color: #94FC6E;
}
.AnyTagClassName
{
color: #94FC6E;
}
</style>
background-color css
<style>
a { background-color: #94FC6E; }
a { background-color: rgb(148,252,110); }
div.DivClassName
{
background-color: #94FC6E;
}
.BgClassName
{
background-color: #94FC6E;
}
</style>
border-color css
<style>
span { border-color: #94FC6E; }
span { border-color: rgb(148,252,110); }
td.TdClassName
{
border-color: #94FC6E;
}
.TagClassName
{
border-color: #94FC6E;
}
</style>