Shades of Yellow Green #94C22B
Tints of Yellow Green #94C22B
RGB
CMYK
RGB Variations
Color information
#94C22B (or 0x94C22B) is known color: Yellow Green. HEX triplet: 94, C2 and 2B. RGB value is (148,194,43). Sum of RGB (Red+Green+Blue) = 148+194+43=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #94C22B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C22B is #6B3DD4. Grayscale: #A3A3A3. Windows color (decimal): -7028181 or 2867860. OLE color: 2867860.
HSL color Cylindrical-coordinate representation of color #94C22B: hue angle of 78.28º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94C22B is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 43 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.24 |
| HSL | 78.28º | 0.64% | 0.46% | - |
| HSV(B) | 78.28º | 0.78% | 0.76% | - |
| XYZ | 31.94 | 45.05 | 9.3 | - |
| YUV | 163.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 43 | 0.24 | 0 | 0.78 | 0.24 | 78.28 | 0.64 | 0.46 |
| Hex | 94 | C2 | 2B | 18 | 0 | 4E | 18 | 4E | 40 | 2E |
| Octal | 224 | 302 | 53 | 30 | 0 | 116 | 30 | 116 | 100 | 56 |
| Binary | 10010100 | 11000010 | 101011 | 11000 | 0 | 1001110 | 11000 | 1001110 | 1000000 | 101110 |
Color Harmonies of #94C22B
Complementary color
Monochromatic Colors of #94C22B
Black with #94C22B
Text Example
Text Example
White with #94C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C22B; }
p { color: rgb(148,194,43); }
H1.HeaderClassName
{
color: #94C22B;
}
.AnyTagClassName
{
color: #94C22B;
}
</style>
background-color css
<style>
a { background-color: #94C22B; }
a { background-color: rgb(148,194,43); }
div.DivClassName
{
background-color: #94C22B;
}
.BgClassName
{
background-color: #94C22B;
}
</style>
border-color css
<style>
span { border-color: #94C22B; }
span { border-color: rgb(148,194,43); }
td.TdClassName
{
border-color: #94C22B;
}
.TagClassName
{
border-color: #94C22B;
}
</style>