Shades of Yellow Green #94CA32
Tints of Yellow Green #94CA32
RGB
CMYK
RGB Variations
Color information
#94CA32 (or 0x94CA32) is known color: Yellow Green. HEX triplet: 94, CA and 32. RGB value is (148,202,50). Sum of RGB (Red+Green+Blue) = 148+202+50=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA32 is #6B35CD. Grayscale: #A9A9A9. Windows color (decimal): -7026126 or 3328660. OLE color: 3328660.
HSL color Cylindrical-coordinate representation of color #94CA32: hue angle of 81.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94CA32 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 50 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.21 |
| HSL | 81.32º | 0.6% | 0.49% | - |
| HSV(B) | 81.32º | 0.75% | 0.79% | - |
| XYZ | 33.91 | 48.77 | 10.64 | - |
| YUV | 168.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 50 | 0.27 | 0 | 0.75 | 0.21 | 81.32 | 0.6 | 0.49 |
| Hex | 94 | CA | 32 | 1B | 0 | 4B | 15 | 51 | 3C | 31 |
| Octal | 224 | 312 | 62 | 33 | 0 | 113 | 25 | 121 | 74 | 61 |
| Binary | 10010100 | 11001010 | 110010 | 11011 | 0 | 1001011 | 10101 | 1010001 | 111100 | 110001 |
Color Harmonies of #94CA32
Complementary color
Monochromatic Colors of #94CA32
Black with #94CA32
Text Example
Text Example
White with #94CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA32; }
p { color: rgb(148,202,50); }
H1.HeaderClassName
{
color: #94CA32;
}
.AnyTagClassName
{
color: #94CA32;
}
</style>
background-color css
<style>
a { background-color: #94CA32; }
a { background-color: rgb(148,202,50); }
div.DivClassName
{
background-color: #94CA32;
}
.BgClassName
{
background-color: #94CA32;
}
</style>
border-color css
<style>
span { border-color: #94CA32; }
span { border-color: rgb(148,202,50); }
td.TdClassName
{
border-color: #94CA32;
}
.TagClassName
{
border-color: #94CA32;
}
</style>