Shades of Yellow Green #94DB23
Tints of Yellow Green #94DB23
RGB
CMYK
RGB Variations
Color information
#94DB23 (or 0x94DB23) is known color: Yellow Green. HEX triplet: 94, DB and 23. RGB value is (148,219,35). Sum of RGB (Red+Green+Blue) = 148+219+35=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DB23 is #6B24DC. Grayscale: #B1B1B1. Windows color (decimal): -7021789 or 2349972. OLE color: 2349972.
HSL color Cylindrical-coordinate representation of color #94DB23: hue angle of 83.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94DB23 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 35 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.14 |
| HSL | 83.15º | 0.72% | 0.5% | - |
| HSV(B) | 83.15º | 0.84% | 0.86% | - |
| XYZ | 37.85 | 57.08 | 10.61 | - |
| YUV | 176.8 | 47.98 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 35 | 0.32 | 0 | 0.84 | 0.14 | 83.15 | 0.72 | 0.5 |
| Hex | 94 | DB | 23 | 20 | 0 | 54 | E | 53 | 48 | 32 |
| Octal | 224 | 333 | 43 | 40 | 0 | 124 | 16 | 123 | 110 | 62 |
| Binary | 10010100 | 11011011 | 100011 | 100000 | 0 | 1010100 | 1110 | 1010011 | 1001000 | 110010 |
Color Harmonies of #94DB23
Complementary color
Monochromatic Colors of #94DB23
Black with #94DB23
Text Example
Text Example
White with #94DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB23; }
p { color: rgb(148,219,35); }
H1.HeaderClassName
{
color: #94DB23;
}
.AnyTagClassName
{
color: #94DB23;
}
</style>
background-color css
<style>
a { background-color: #94DB23; }
a { background-color: rgb(148,219,35); }
div.DivClassName
{
background-color: #94DB23;
}
.BgClassName
{
background-color: #94DB23;
}
</style>
border-color css
<style>
span { border-color: #94DB23; }
span { border-color: rgb(148,219,35); }
td.TdClassName
{
border-color: #94DB23;
}
.TagClassName
{
border-color: #94DB23;
}
</style>