Shades of Yellow Green #94D32B
Tints of Yellow Green #94D32B
RGB
CMYK
RGB Variations
Color information
#94D32B (or 0x94D32B) is known color: Yellow Green. HEX triplet: 94, D3 and 2B. RGB value is (148,211,43). Sum of RGB (Red+Green+Blue) = 148+211+43=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #94D32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D32B is #6B2CD4. Grayscale: #ADADAD. Windows color (decimal): -7023829 or 2872212. OLE color: 2872212.
HSL color Cylindrical-coordinate representation of color #94D32B: hue angle of 82.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94D32B is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 43 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.17 |
| HSL | 82.5º | 0.66% | 0.5% | - |
| HSV(B) | 82.5º | 0.8% | 0.83% | - |
| XYZ | 35.94 | 53.06 | 10.63 | - |
| YUV | 173.01 | 54.63 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 43 | 0.30 | 0 | 0.80 | 0.17 | 82.5 | 0.66 | 0.5 |
| Hex | 94 | D3 | 2B | 1E | 0 | 50 | 11 | 52 | 42 | 32 |
| Octal | 224 | 323 | 53 | 36 | 0 | 120 | 21 | 122 | 102 | 62 |
| Binary | 10010100 | 11010011 | 101011 | 11110 | 0 | 1010000 | 10001 | 1010010 | 1000010 | 110010 |
Color Harmonies of #94D32B
Complementary color
Monochromatic Colors of #94D32B
Black with #94D32B
Text Example
Text Example
White with #94D32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D32B; }
p { color: rgb(148,211,43); }
H1.HeaderClassName
{
color: #94D32B;
}
.AnyTagClassName
{
color: #94D32B;
}
</style>
background-color css
<style>
a { background-color: #94D32B; }
a { background-color: rgb(148,211,43); }
div.DivClassName
{
background-color: #94D32B;
}
.BgClassName
{
background-color: #94D32B;
}
</style>
border-color css
<style>
span { border-color: #94D32B; }
span { border-color: rgb(148,211,43); }
td.TdClassName
{
border-color: #94D32B;
}
.TagClassName
{
border-color: #94D32B;
}
</style>