Shades of Light Green #94F275
Tints of Light Green #94F275
RGB
CMYK
RGB Variations
Color information
#94F275 (or 0x94F275) is known color: Light Green. HEX triplet: 94, F2 and 75. RGB value is (148,242,117). Sum of RGB (Red+Green+Blue) = 148+242+117=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #94F275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F275 is #6B0D8A. Grayscale: #C8C8C8. Windows color (decimal): -7015819 or 7729812. OLE color: 7729812.
HSL color Cylindrical-coordinate representation of color #94F275: hue angle of 105.12º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94F275 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 117 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.05 |
| HSL | 105.12º | 0.83% | 0.7% | - |
| HSV(B) | 105.12º | 0.52% | 0.95% | - |
| XYZ | 47.18 | 71.08 | 28.06 | - |
| YUV | 199.64 | 81.36 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 117 | 0.39 | 0 | 0.52 | 0.05 | 105.12 | 0.83 | 0.7 |
| Hex | 94 | F2 | 75 | 27 | 0 | 34 | 5 | 69 | 53 | 46 |
| Octal | 224 | 362 | 165 | 47 | 0 | 64 | 5 | 151 | 123 | 106 |
| Binary | 10010100 | 11110010 | 1110101 | 100111 | 0 | 110100 | 101 | 1101001 | 1010011 | 1000110 |
Color Harmonies of #94F275
Complementary color
Monochromatic Colors of #94F275
Black with #94F275
Text Example
Text Example
White with #94F275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F275; }
p { color: rgb(148,242,117); }
H1.HeaderClassName
{
color: #94F275;
}
.AnyTagClassName
{
color: #94F275;
}
</style>
background-color css
<style>
a { background-color: #94F275; }
a { background-color: rgb(148,242,117); }
div.DivClassName
{
background-color: #94F275;
}
.BgClassName
{
background-color: #94F275;
}
</style>
border-color css
<style>
span { border-color: #94F275; }
span { border-color: rgb(148,242,117); }
td.TdClassName
{
border-color: #94F275;
}
.TagClassName
{
border-color: #94F275;
}
</style>