Shades of Yellow Green #94C534
Tints of Yellow Green #94C534
RGB
CMYK
RGB Variations
Color information
#94C534 (or 0x94C534) is known color: Yellow Green. HEX triplet: 94, C5 and 34. RGB value is (148,197,52). Sum of RGB (Red+Green+Blue) = 148+197+52=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #94C534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C534 is #6B3ACB. Grayscale: #A6A6A6. Windows color (decimal): -7027404 or 3458452. OLE color: 3458452.
HSL color Cylindrical-coordinate representation of color #94C534: hue angle of 80.28º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94C534 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 52 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.23 |
| HSL | 80.28º | 0.58% | 0.49% | - |
| HSV(B) | 80.28º | 0.74% | 0.77% | - |
| XYZ | 32.8 | 46.48 | 10.49 | - |
| YUV | 165.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 52 | 0.25 | 0 | 0.74 | 0.23 | 80.28 | 0.58 | 0.49 |
| Hex | 94 | C5 | 34 | 19 | 0 | 4A | 17 | 50 | 3A | 31 |
| Octal | 224 | 305 | 64 | 31 | 0 | 112 | 27 | 120 | 72 | 61 |
| Binary | 10010100 | 11000101 | 110100 | 11001 | 0 | 1001010 | 10111 | 1010000 | 111010 | 110001 |
Color Harmonies of #94C534
Complementary color
Monochromatic Colors of #94C534
Black with #94C534
Text Example
Text Example
White with #94C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C534; }
p { color: rgb(148,197,52); }
H1.HeaderClassName
{
color: #94C534;
}
.AnyTagClassName
{
color: #94C534;
}
</style>
background-color css
<style>
a { background-color: #94C534; }
a { background-color: rgb(148,197,52); }
div.DivClassName
{
background-color: #94C534;
}
.BgClassName
{
background-color: #94C534;
}
</style>
border-color css
<style>
span { border-color: #94C534; }
span { border-color: rgb(148,197,52); }
td.TdClassName
{
border-color: #94C534;
}
.TagClassName
{
border-color: #94C534;
}
</style>