Shades of Yellow Green #94C535
Tints of Yellow Green #94C535
RGB
CMYK
RGB Variations
Color information
#94C535 (or 0x94C535) is known color: Yellow Green. HEX triplet: 94, C5 and 35. RGB value is (148,197,53). Sum of RGB (Red+Green+Blue) = 148+197+53=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #94C535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C535 is #6B3ACA. Grayscale: #A6A6A6. Windows color (decimal): -7027403 or 3523988. OLE color: 3523988.
HSL color Cylindrical-coordinate representation of color #94C535: hue angle of 80.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94C535 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 53 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.23 |
| HSL | 80.42º | 0.58% | 0.49% | - |
| HSV(B) | 80.42º | 0.73% | 0.77% | - |
| XYZ | 32.82 | 46.49 | 10.61 | - |
| YUV | 165.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 53 | 0.25 | 0 | 0.73 | 0.23 | 80.42 | 0.58 | 0.49 |
| Hex | 94 | C5 | 35 | 19 | 0 | 49 | 17 | 50 | 3A | 31 |
| Octal | 224 | 305 | 65 | 31 | 0 | 111 | 27 | 120 | 72 | 61 |
| Binary | 10010100 | 11000101 | 110101 | 11001 | 0 | 1001001 | 10111 | 1010000 | 111010 | 110001 |
Color Harmonies of #94C535
Complementary color
Monochromatic Colors of #94C535
Black with #94C535
Text Example
Text Example
White with #94C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C535; }
p { color: rgb(148,197,53); }
H1.HeaderClassName
{
color: #94C535;
}
.AnyTagClassName
{
color: #94C535;
}
</style>
background-color css
<style>
a { background-color: #94C535; }
a { background-color: rgb(148,197,53); }
div.DivClassName
{
background-color: #94C535;
}
.BgClassName
{
background-color: #94C535;
}
</style>
border-color css
<style>
span { border-color: #94C535; }
span { border-color: rgb(148,197,53); }
td.TdClassName
{
border-color: #94C535;
}
.TagClassName
{
border-color: #94C535;
}
</style>