Shades of Light Green #94FC83
Tints of Light Green #94FC83
RGB
CMYK
RGB Variations
Color information
#94FC83 (or 0x94FC83) is known color: Light Green. HEX triplet: 94, FC and 83. RGB value is (148,252,131). Sum of RGB (Red+Green+Blue) = 148+252+131=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC83 is #6B037C. Grayscale: #CFCFCF. Windows color (decimal): -7013245 or 8649876. OLE color: 8649876.
HSL color Cylindrical-coordinate representation of color #94FC83: hue angle of 111.57º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94FC83 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 131 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.01 |
| HSL | 111.57º | 0.95% | 0.75% | - |
| HSV(B) | 111.57º | 0.48% | 0.99% | - |
| XYZ | 51.12 | 77.56 | 33.75 | - |
| YUV | 207.11 | 85.04 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 131 | 0.41 | 0 | 0.48 | 0.01 | 111.57 | 0.95 | 0.75 |
| Hex | 94 | FC | 83 | 29 | 0 | 30 | 1 | 70 | 5F | 4B |
| Octal | 224 | 374 | 203 | 51 | 0 | 60 | 1 | 160 | 137 | 113 |
| Binary | 10010100 | 11111100 | 10000011 | 101001 | 0 | 110000 | 1 | 1110000 | 1011111 | 1001011 |
Color Harmonies of #94FC83
Complementary color
Monochromatic Colors of #94FC83
Black with #94FC83
Text Example
Text Example
White with #94FC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FC83; }
p { color: rgb(148,252,131); }
H1.HeaderClassName
{
color: #94FC83;
}
.AnyTagClassName
{
color: #94FC83;
}
</style>
background-color css
<style>
a { background-color: #94FC83; }
a { background-color: rgb(148,252,131); }
div.DivClassName
{
background-color: #94FC83;
}
.BgClassName
{
background-color: #94FC83;
}
</style>
border-color css
<style>
span { border-color: #94FC83; }
span { border-color: rgb(148,252,131); }
td.TdClassName
{
border-color: #94FC83;
}
.TagClassName
{
border-color: #94FC83;
}
</style>