Shades of Light Green #94F272
Tints of Light Green #94F272
RGB
CMYK
RGB Variations
Color information
#94F272 (or 0x94F272) is known color: Light Green. HEX triplet: 94, F2 and 72. RGB value is (148,242,114). Sum of RGB (Red+Green+Blue) = 148+242+114=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #94F272 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F272 is #6B0D8D. Grayscale: #C7C7C7. Windows color (decimal): -7015822 or 7533204. OLE color: 7533204.
HSL color Cylindrical-coordinate representation of color #94F272: hue angle of 104.06º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94F272 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 114 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.05 |
| HSL | 104.06º | 0.83% | 0.7% | - |
| HSV(B) | 104.06º | 0.53% | 0.95% | - |
| XYZ | 47 | 71.02 | 27.15 | - |
| YUV | 199.3 | 79.86 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 114 | 0.39 | 0 | 0.53 | 0.05 | 104.06 | 0.83 | 0.7 |
| Hex | 94 | F2 | 72 | 27 | 0 | 35 | 5 | 68 | 53 | 46 |
| Octal | 224 | 362 | 162 | 47 | 0 | 65 | 5 | 150 | 123 | 106 |
| Binary | 10010100 | 11110010 | 1110010 | 100111 | 0 | 110101 | 101 | 1101000 | 1010011 | 1000110 |
Color Harmonies of #94F272
Complementary color
Monochromatic Colors of #94F272
Black with #94F272
Text Example
Text Example
White with #94F272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F272; }
p { color: rgb(148,242,114); }
H1.HeaderClassName
{
color: #94F272;
}
.AnyTagClassName
{
color: #94F272;
}
</style>
background-color css
<style>
a { background-color: #94F272; }
a { background-color: rgb(148,242,114); }
div.DivClassName
{
background-color: #94F272;
}
.BgClassName
{
background-color: #94F272;
}
</style>
border-color css
<style>
span { border-color: #94F272; }
span { border-color: rgb(148,242,114); }
td.TdClassName
{
border-color: #94F272;
}
.TagClassName
{
border-color: #94F272;
}
</style>