Shades of Yellow Green #94DC30
Tints of Yellow Green #94DC30
RGB
CMYK
RGB Variations
Color information
#94DC30 (or 0x94DC30) is known color: Yellow Green. HEX triplet: 94, DC and 30. RGB value is (148,220,48). Sum of RGB (Red+Green+Blue) = 148+220+48=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DC30 is #6B23CF. Grayscale: #B3B3B3. Windows color (decimal): -7021520 or 3202196. OLE color: 3202196.
HSL color Cylindrical-coordinate representation of color #94DC30: hue angle of 85.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94DC30 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 48 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.14 |
| HSL | 85.12º | 0.71% | 0.53% | - |
| HSV(B) | 85.12º | 0.78% | 0.86% | - |
| XYZ | 38.34 | 57.7 | 11.91 | - |
| YUV | 178.86 | 54.15 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 48 | 0.33 | 0 | 0.78 | 0.14 | 85.12 | 0.71 | 0.53 |
| Hex | 94 | DC | 30 | 21 | 0 | 4E | E | 55 | 47 | 35 |
| Octal | 224 | 334 | 60 | 41 | 0 | 116 | 16 | 125 | 107 | 65 |
| Binary | 10010100 | 11011100 | 110000 | 100001 | 0 | 1001110 | 1110 | 1010101 | 1000111 | 110101 |
Color Harmonies of #94DC30
Complementary color
Monochromatic Colors of #94DC30
Black with #94DC30
Text Example
Text Example
White with #94DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC30; }
p { color: rgb(148,220,48); }
H1.HeaderClassName
{
color: #94DC30;
}
.AnyTagClassName
{
color: #94DC30;
}
</style>
background-color css
<style>
a { background-color: #94DC30; }
a { background-color: rgb(148,220,48); }
div.DivClassName
{
background-color: #94DC30;
}
.BgClassName
{
background-color: #94DC30;
}
</style>
border-color css
<style>
span { border-color: #94DC30; }
span { border-color: rgb(148,220,48); }
td.TdClassName
{
border-color: #94DC30;
}
.TagClassName
{
border-color: #94DC30;
}
</style>