Shades of Yellow Green #94D534
Tints of Yellow Green #94D534
RGB
CMYK
RGB Variations
Color information
#94D534 (or 0x94D534) is known color: Yellow Green. HEX triplet: 94, D5 and 34. RGB value is (148,213,52). Sum of RGB (Red+Green+Blue) = 148+213+52=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #94D534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D534 is #6B2ACB. Grayscale: #AFAFAF. Windows color (decimal): -7023308 or 3462548. OLE color: 3462548.
HSL color Cylindrical-coordinate representation of color #94D534: hue angle of 84.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94D534 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 52 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.16 |
| HSL | 84.22º | 0.66% | 0.52% | - |
| HSV(B) | 84.22º | 0.76% | 0.84% | - |
| XYZ | 36.63 | 54.13 | 11.77 | - |
| YUV | 175.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 52 | 0.31 | 0 | 0.76 | 0.16 | 84.22 | 0.66 | 0.52 |
| Hex | 94 | D5 | 34 | 1F | 0 | 4C | 10 | 54 | 42 | 34 |
| Octal | 224 | 325 | 64 | 37 | 0 | 114 | 20 | 124 | 102 | 64 |
| Binary | 10010100 | 11010101 | 110100 | 11111 | 0 | 1001100 | 10000 | 1010100 | 1000010 | 110100 |
Color Harmonies of #94D534
Complementary color
Monochromatic Colors of #94D534
Black with #94D534
Text Example
Text Example
White with #94D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D534; }
p { color: rgb(148,213,52); }
H1.HeaderClassName
{
color: #94D534;
}
.AnyTagClassName
{
color: #94D534;
}
</style>
background-color css
<style>
a { background-color: #94D534; }
a { background-color: rgb(148,213,52); }
div.DivClassName
{
background-color: #94D534;
}
.BgClassName
{
background-color: #94D534;
}
</style>
border-color css
<style>
span { border-color: #94D534; }
span { border-color: rgb(148,213,52); }
td.TdClassName
{
border-color: #94D534;
}
.TagClassName
{
border-color: #94D534;
}
</style>