Shades of Yellow Green #94C136
Tints of Yellow Green #94C136
RGB
CMYK
RGB Variations
Color information
#94C136 (or 0x94C136) is known color: Yellow Green. HEX triplet: 94, C1 and 36. RGB value is (148,193,54). Sum of RGB (Red+Green+Blue) = 148+193+54=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #94C136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C136 is #6B3EC9. Grayscale: #A4A4A4. Windows color (decimal): -7028426 or 3588500. OLE color: 3588500.
HSL color Cylindrical-coordinate representation of color #94C136: hue angle of 79.42º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94C136 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 54 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.24 |
| HSL | 79.42º | 0.56% | 0.48% | - |
| HSV(B) | 79.42º | 0.72% | 0.76% | - |
| XYZ | 31.95 | 44.7 | 10.43 | - |
| YUV | 163.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 54 | 0.23 | 0 | 0.72 | 0.24 | 79.42 | 0.56 | 0.48 |
| Hex | 94 | C1 | 36 | 17 | 0 | 48 | 18 | 4F | 38 | 30 |
| Octal | 224 | 301 | 66 | 27 | 0 | 110 | 30 | 117 | 70 | 60 |
| Binary | 10010100 | 11000001 | 110110 | 10111 | 0 | 1001000 | 11000 | 1001111 | 111000 | 110000 |
Color Harmonies of #94C136
Complementary color
Monochromatic Colors of #94C136
Black with #94C136
Text Example
Text Example
White with #94C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C136; }
p { color: rgb(148,193,54); }
H1.HeaderClassName
{
color: #94C136;
}
.AnyTagClassName
{
color: #94C136;
}
</style>
background-color css
<style>
a { background-color: #94C136; }
a { background-color: rgb(148,193,54); }
div.DivClassName
{
background-color: #94C136;
}
.BgClassName
{
background-color: #94C136;
}
</style>
border-color css
<style>
span { border-color: #94C136; }
span { border-color: rgb(148,193,54); }
td.TdClassName
{
border-color: #94C136;
}
.TagClassName
{
border-color: #94C136;
}
</style>