Shades of Yellow Green #94D515
Tints of Yellow Green #94D515
RGB
CMYK
RGB Variations
Color information
#94D515 (or 0x94D515) is known color: Yellow Green. HEX triplet: 94, D5 and 15. RGB value is (148,213,21). Sum of RGB (Red+Green+Blue) = 148+213+21=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #94D515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D515 is #6B2AEA. Grayscale: #ACACAC. Windows color (decimal): -7023339 or 1430932. OLE color: 1430932.
HSL color Cylindrical-coordinate representation of color #94D515: hue angle of 80.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94D515 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 21 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.16 |
| HSL | 80.31º | 0.82% | 0.46% | - |
| HSV(B) | 80.31º | 0.9% | 0.84% | - |
| XYZ | 36.14 | 53.94 | 9.22 | - |
| YUV | 171.68 | 42.97 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 21 | 0.31 | 0 | 0.90 | 0.16 | 80.31 | 0.82 | 0.46 |
| Hex | 94 | D5 | 15 | 1F | 0 | 5A | 10 | 50 | 52 | 2E |
| Octal | 224 | 325 | 25 | 37 | 0 | 132 | 20 | 120 | 122 | 56 |
| Binary | 10010100 | 11010101 | 10101 | 11111 | 0 | 1011010 | 10000 | 1010000 | 1010010 | 101110 |
Color Harmonies of #94D515
Complementary color
Monochromatic Colors of #94D515
Black with #94D515
Text Example
Text Example
White with #94D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D515; }
p { color: rgb(148,213,21); }
H1.HeaderClassName
{
color: #94D515;
}
.AnyTagClassName
{
color: #94D515;
}
</style>
background-color css
<style>
a { background-color: #94D515; }
a { background-color: rgb(148,213,21); }
div.DivClassName
{
background-color: #94D515;
}
.BgClassName
{
background-color: #94D515;
}
</style>
border-color css
<style>
span { border-color: #94D515; }
span { border-color: rgb(148,213,21); }
td.TdClassName
{
border-color: #94D515;
}
.TagClassName
{
border-color: #94D515;
}
</style>