Shades of Yellow Green #94BD36
Tints of Yellow Green #94BD36
RGB
CMYK
RGB Variations
Color information
#94BD36 (or 0x94BD36) is known color: Yellow Green. HEX triplet: 94, BD and 36. RGB value is (148,189,54). Sum of RGB (Red+Green+Blue) = 148+189+54=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD36 is #6B42C9. Grayscale: #A1A1A1. Windows color (decimal): -7029450 or 3587476. OLE color: 3587476.
HSL color Cylindrical-coordinate representation of color #94BD36: hue angle of 78.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94BD36 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 54 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.26 |
| HSL | 78.22º | 0.56% | 0.48% | - |
| HSV(B) | 78.22º | 0.71% | 0.74% | - |
| XYZ | 31.08 | 42.96 | 10.14 | - |
| YUV | 161.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 54 | 0.22 | 0 | 0.71 | 0.26 | 78.22 | 0.56 | 0.48 |
| Hex | 94 | BD | 36 | 16 | 0 | 47 | 1A | 4E | 38 | 30 |
| Octal | 224 | 275 | 66 | 26 | 0 | 107 | 32 | 116 | 70 | 60 |
| Binary | 10010100 | 10111101 | 110110 | 10110 | 0 | 1000111 | 11010 | 1001110 | 111000 | 110000 |
Color Harmonies of #94BD36
Complementary color
Monochromatic Colors of #94BD36
Black with #94BD36
Text Example
Text Example
White with #94BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD36; }
p { color: rgb(148,189,54); }
H1.HeaderClassName
{
color: #94BD36;
}
.AnyTagClassName
{
color: #94BD36;
}
</style>
background-color css
<style>
a { background-color: #94BD36; }
a { background-color: rgb(148,189,54); }
div.DivClassName
{
background-color: #94BD36;
}
.BgClassName
{
background-color: #94BD36;
}
</style>
border-color css
<style>
span { border-color: #94BD36; }
span { border-color: rgb(148,189,54); }
td.TdClassName
{
border-color: #94BD36;
}
.TagClassName
{
border-color: #94BD36;
}
</style>