Shades of Yellow Green #94C735
Tints of Yellow Green #94C735
RGB
CMYK
RGB Variations
Color information
#94C735 (or 0x94C735) is known color: Yellow Green. HEX triplet: 94, C7 and 35. RGB value is (148,199,53). Sum of RGB (Red+Green+Blue) = 148+199+53=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #94C735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C735 is #6B38CA. Grayscale: #A7A7A7. Windows color (decimal): -7026891 or 3524500. OLE color: 3524500.
HSL color Cylindrical-coordinate representation of color #94C735: hue angle of 80.96º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94C735 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 199 | 53 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.22 |
| HSL | 80.96º | 0.58% | 0.49% | - |
| HSV(B) | 80.96º | 0.73% | 0.78% | - |
| XYZ | 33.28 | 47.4 | 10.76 | - |
| YUV | 167.11 | 63.6 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 53 | 0.26 | 0 | 0.73 | 0.22 | 80.96 | 0.58 | 0.49 |
| Hex | 94 | C7 | 35 | 1A | 0 | 49 | 16 | 51 | 3A | 31 |
| Octal | 224 | 307 | 65 | 32 | 0 | 111 | 26 | 121 | 72 | 61 |
| Binary | 10010100 | 11000111 | 110101 | 11010 | 0 | 1001001 | 10110 | 1010001 | 111010 | 110001 |
Color Harmonies of #94C735
Complementary color
Monochromatic Colors of #94C735
Black with #94C735
Text Example
Text Example
White with #94C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C735; }
p { color: rgb(148,199,53); }
H1.HeaderClassName
{
color: #94C735;
}
.AnyTagClassName
{
color: #94C735;
}
</style>
background-color css
<style>
a { background-color: #94C735; }
a { background-color: rgb(148,199,53); }
div.DivClassName
{
background-color: #94C735;
}
.BgClassName
{
background-color: #94C735;
}
</style>
border-color css
<style>
span { border-color: #94C735; }
span { border-color: rgb(148,199,53); }
td.TdClassName
{
border-color: #94C735;
}
.TagClassName
{
border-color: #94C735;
}
</style>