Shades of Yellow Green #94D92B
Tints of Yellow Green #94D92B
RGB
CMYK
RGB Variations
Color information
#94D92B (or 0x94D92B) is known color: Yellow Green. HEX triplet: 94, D9 and 2B. RGB value is (148,217,43). Sum of RGB (Red+Green+Blue) = 148+217+43=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #94D92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D92B is #6B26D4. Grayscale: #B1B1B1. Windows color (decimal): -7022293 or 2873748. OLE color: 2873748.
HSL color Cylindrical-coordinate representation of color #94D92B: hue angle of 83.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94D92B is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 43 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.15 |
| HSL | 83.79º | 0.7% | 0.51% | - |
| HSV(B) | 83.79º | 0.8% | 0.85% | - |
| XYZ | 37.46 | 56.1 | 11.14 | - |
| YUV | 176.53 | 52.64 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 43 | 0.32 | 0 | 0.80 | 0.15 | 83.79 | 0.7 | 0.51 |
| Hex | 94 | D9 | 2B | 20 | 0 | 50 | F | 54 | 46 | 33 |
| Octal | 224 | 331 | 53 | 40 | 0 | 120 | 17 | 124 | 106 | 63 |
| Binary | 10010100 | 11011001 | 101011 | 100000 | 0 | 1010000 | 1111 | 1010100 | 1000110 | 110011 |
Color Harmonies of #94D92B
Complementary color
Monochromatic Colors of #94D92B
Black with #94D92B
Text Example
Text Example
White with #94D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D92B; }
p { color: rgb(148,217,43); }
H1.HeaderClassName
{
color: #94D92B;
}
.AnyTagClassName
{
color: #94D92B;
}
</style>
background-color css
<style>
a { background-color: #94D92B; }
a { background-color: rgb(148,217,43); }
div.DivClassName
{
background-color: #94D92B;
}
.BgClassName
{
background-color: #94D92B;
}
</style>
border-color css
<style>
span { border-color: #94D92B; }
span { border-color: rgb(148,217,43); }
td.TdClassName
{
border-color: #94D92B;
}
.TagClassName
{
border-color: #94D92B;
}
</style>