Shades of Yellow Green #94BD32
Tints of Yellow Green #94BD32
RGB
CMYK
RGB Variations
Color information
#94BD32 (or 0x94BD32) is known color: Yellow Green. HEX triplet: 94, BD and 32. RGB value is (148,189,50). Sum of RGB (Red+Green+Blue) = 148+189+50=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD32 is #6B42CD. Grayscale: #A1A1A1. Windows color (decimal): -7029454 or 3325332. OLE color: 3325332.
HSL color Cylindrical-coordinate representation of color #94BD32: hue angle of 77.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94BD32 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 50 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.26 |
| HSL | 77.7º | 0.58% | 0.47% | - |
| HSV(B) | 77.7º | 0.74% | 0.74% | - |
| XYZ | 30.99 | 42.92 | 9.67 | - |
| YUV | 160.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 50 | 0.22 | 0 | 0.74 | 0.26 | 77.7 | 0.58 | 0.47 |
| Hex | 94 | BD | 32 | 16 | 0 | 4A | 1A | 4E | 3A | 2F |
| Octal | 224 | 275 | 62 | 26 | 0 | 112 | 32 | 116 | 72 | 57 |
| Binary | 10010100 | 10111101 | 110010 | 10110 | 0 | 1001010 | 11010 | 1001110 | 111010 | 101111 |
Color Harmonies of #94BD32
Complementary color
Monochromatic Colors of #94BD32
Black with #94BD32
Text Example
Text Example
White with #94BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD32; }
p { color: rgb(148,189,50); }
H1.HeaderClassName
{
color: #94BD32;
}
.AnyTagClassName
{
color: #94BD32;
}
</style>
background-color css
<style>
a { background-color: #94BD32; }
a { background-color: rgb(148,189,50); }
div.DivClassName
{
background-color: #94BD32;
}
.BgClassName
{
background-color: #94BD32;
}
</style>
border-color css
<style>
span { border-color: #94BD32; }
span { border-color: rgb(148,189,50); }
td.TdClassName
{
border-color: #94BD32;
}
.TagClassName
{
border-color: #94BD32;
}
</style>