Shades of Yellow Green #94BE32
Tints of Yellow Green #94BE32
RGB
CMYK
RGB Variations
Color information
#94BE32 (or 0x94BE32) is known color: Yellow Green. HEX triplet: 94, BE and 32. RGB value is (148,190,50). Sum of RGB (Red+Green+Blue) = 148+190+50=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BE32 is #6B41CD. Grayscale: #A2A2A2. Windows color (decimal): -7029198 or 3325588. OLE color: 3325588.
HSL color Cylindrical-coordinate representation of color #94BE32: hue angle of 78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94BE32 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 190 | 50 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.25 |
| HSL | 78º | 0.58% | 0.47% | - |
| HSV(B) | 78º | 0.74% | 0.75% | - |
| XYZ | 31.2 | 43.35 | 9.74 | - |
| YUV | 161.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 50 | 0.22 | 0 | 0.74 | 0.25 | 78 | 0.58 | 0.47 |
| Hex | 94 | BE | 32 | 16 | 0 | 4A | 19 | 4E | 3A | 2F |
| Octal | 224 | 276 | 62 | 26 | 0 | 112 | 31 | 116 | 72 | 57 |
| Binary | 10010100 | 10111110 | 110010 | 10110 | 0 | 1001010 | 11001 | 1001110 | 111010 | 101111 |
Color Harmonies of #94BE32
Complementary color
Monochromatic Colors of #94BE32
Black with #94BE32
Text Example
Text Example
White with #94BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BE32; }
p { color: rgb(148,190,50); }
H1.HeaderClassName
{
color: #94BE32;
}
.AnyTagClassName
{
color: #94BE32;
}
</style>
background-color css
<style>
a { background-color: #94BE32; }
a { background-color: rgb(148,190,50); }
div.DivClassName
{
background-color: #94BE32;
}
.BgClassName
{
background-color: #94BE32;
}
</style>
border-color css
<style>
span { border-color: #94BE32; }
span { border-color: rgb(148,190,50); }
td.TdClassName
{
border-color: #94BE32;
}
.TagClassName
{
border-color: #94BE32;
}
</style>