Shades of Light Green #94F56F
Tints of Light Green #94F56F
RGB
CMYK
RGB Variations
Color information
#94F56F (or 0x94F56F) is known color: Light Green. HEX triplet: 94, F5 and 6F. RGB value is (148,245,111). Sum of RGB (Red+Green+Blue) = 148+245+111=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #94F56F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F56F is #6B0A90. Grayscale: #C9C9C9. Windows color (decimal): -7015057 or 7337364. OLE color: 7337364.
HSL color Cylindrical-coordinate representation of color #94F56F: hue angle of 103.43º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94F56F is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 245 | 111 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.04 |
| HSL | 103.43º | 0.87% | 0.7% | - |
| HSV(B) | 103.43º | 0.55% | 0.96% | - |
| XYZ | 47.73 | 72.75 | 26.56 | - |
| YUV | 200.72 | 77.36 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 245 | 111 | 0.40 | 0 | 0.55 | 0.04 | 103.43 | 0.87 | 0.7 |
| Hex | 94 | F5 | 6F | 28 | 0 | 37 | 4 | 67 | 57 | 46 |
| Octal | 224 | 365 | 157 | 50 | 0 | 67 | 4 | 147 | 127 | 106 |
| Binary | 10010100 | 11110101 | 1101111 | 101000 | 0 | 110111 | 100 | 1100111 | 1010111 | 1000110 |
Color Harmonies of #94F56F
Complementary color
Monochromatic Colors of #94F56F
Black with #94F56F
Text Example
Text Example
White with #94F56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F56F; }
p { color: rgb(148,245,111); }
H1.HeaderClassName
{
color: #94F56F;
}
.AnyTagClassName
{
color: #94F56F;
}
</style>
background-color css
<style>
a { background-color: #94F56F; }
a { background-color: rgb(148,245,111); }
div.DivClassName
{
background-color: #94F56F;
}
.BgClassName
{
background-color: #94F56F;
}
</style>
border-color css
<style>
span { border-color: #94F56F; }
span { border-color: rgb(148,245,111); }
td.TdClassName
{
border-color: #94F56F;
}
.TagClassName
{
border-color: #94F56F;
}
</style>