Shades of Yellow Green #94CA2E
Tints of Yellow Green #94CA2E
RGB
CMYK
RGB Variations
Color information
#94CA2E (or 0x94CA2E) is known color: Yellow Green. HEX triplet: 94, CA and 2E. RGB value is (148,202,46). Sum of RGB (Red+Green+Blue) = 148+202+46=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA2E is #6B35D1. Grayscale: #A8A8A8. Windows color (decimal): -7026130 or 3066516. OLE color: 3066516.
HSL color Cylindrical-coordinate representation of color #94CA2E: hue angle of 80.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94CA2E is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 46 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.21 |
| HSL | 80.77º | 0.63% | 0.49% | - |
| HSV(B) | 80.77º | 0.77% | 0.79% | - |
| XYZ | 33.83 | 48.73 | 10.21 | - |
| YUV | 168.07 | 59.11 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 46 | 0.27 | 0 | 0.77 | 0.21 | 80.77 | 0.63 | 0.49 |
| Hex | 94 | CA | 2E | 1B | 0 | 4D | 15 | 51 | 3F | 31 |
| Octal | 224 | 312 | 56 | 33 | 0 | 115 | 25 | 121 | 77 | 61 |
| Binary | 10010100 | 11001010 | 101110 | 11011 | 0 | 1001101 | 10101 | 1010001 | 111111 | 110001 |
Color Harmonies of #94CA2E
Complementary color
Monochromatic Colors of #94CA2E
Black with #94CA2E
Text Example
Text Example
White with #94CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA2E; }
p { color: rgb(148,202,46); }
H1.HeaderClassName
{
color: #94CA2E;
}
.AnyTagClassName
{
color: #94CA2E;
}
</style>
background-color css
<style>
a { background-color: #94CA2E; }
a { background-color: rgb(148,202,46); }
div.DivClassName
{
background-color: #94CA2E;
}
.BgClassName
{
background-color: #94CA2E;
}
</style>
border-color css
<style>
span { border-color: #94CA2E; }
span { border-color: rgb(148,202,46); }
td.TdClassName
{
border-color: #94CA2E;
}
.TagClassName
{
border-color: #94CA2E;
}
</style>