Shades of Yellow Green #94D215
Tints of Yellow Green #94D215
RGB
CMYK
RGB Variations
Color information
#94D215 (or 0x94D215) is known color: Yellow Green. HEX triplet: 94, D2 and 15. RGB value is (148,210,21). Sum of RGB (Red+Green+Blue) = 148+210+21=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #94D215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D215 is #6B2DEA. Grayscale: #AAAAAA. Windows color (decimal): -7024107 or 1430164. OLE color: 1430164.
HSL color Cylindrical-coordinate representation of color #94D215: hue angle of 79.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94D215 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 21 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.18 |
| HSL | 79.68º | 0.82% | 0.45% | - |
| HSV(B) | 79.68º | 0.9% | 0.82% | - |
| XYZ | 35.39 | 52.44 | 8.97 | - |
| YUV | 169.92 | 43.96 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 21 | 0.30 | 0 | 0.90 | 0.18 | 79.68 | 0.82 | 0.45 |
| Hex | 94 | D2 | 15 | 1E | 0 | 5A | 12 | 50 | 52 | 2D |
| Octal | 224 | 322 | 25 | 36 | 0 | 132 | 22 | 120 | 122 | 55 |
| Binary | 10010100 | 11010010 | 10101 | 11110 | 0 | 1011010 | 10010 | 1010000 | 1010010 | 101101 |
Color Harmonies of #94D215
Complementary color
Monochromatic Colors of #94D215
Black with #94D215
Text Example
Text Example
White with #94D215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D215; }
p { color: rgb(148,210,21); }
H1.HeaderClassName
{
color: #94D215;
}
.AnyTagClassName
{
color: #94D215;
}
</style>
background-color css
<style>
a { background-color: #94D215; }
a { background-color: rgb(148,210,21); }
div.DivClassName
{
background-color: #94D215;
}
.BgClassName
{
background-color: #94D215;
}
</style>
border-color css
<style>
span { border-color: #94D215; }
span { border-color: rgb(148,210,21); }
td.TdClassName
{
border-color: #94D215;
}
.TagClassName
{
border-color: #94D215;
}
</style>