Shades of Yellow Green #94CE2B
Tints of Yellow Green #94CE2B
RGB
CMYK
RGB Variations
Color information
#94CE2B (or 0x94CE2B) is known color: Yellow Green. HEX triplet: 94, CE and 2B. RGB value is (148,206,43). Sum of RGB (Red+Green+Blue) = 148+206+43=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE2B is #6B31D4. Grayscale: #AAAAAA. Windows color (decimal): -7025109 or 2870932. OLE color: 2870932.
HSL color Cylindrical-coordinate representation of color #94CE2B: hue angle of 81.35º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94CE2B is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 43 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.19 |
| HSL | 81.35º | 0.65% | 0.49% | - |
| HSV(B) | 81.35º | 0.79% | 0.81% | - |
| XYZ | 34.72 | 50.61 | 10.22 | - |
| YUV | 170.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 43 | 0.28 | 0 | 0.79 | 0.19 | 81.35 | 0.65 | 0.49 |
| Hex | 94 | CE | 2B | 1C | 0 | 4F | 13 | 51 | 41 | 31 |
| Octal | 224 | 316 | 53 | 34 | 0 | 117 | 23 | 121 | 101 | 61 |
| Binary | 10010100 | 11001110 | 101011 | 11100 | 0 | 1001111 | 10011 | 1010001 | 1000001 | 110001 |
Color Harmonies of #94CE2B
Complementary color
Monochromatic Colors of #94CE2B
Black with #94CE2B
Text Example
Text Example
White with #94CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CE2B; }
p { color: rgb(148,206,43); }
H1.HeaderClassName
{
color: #94CE2B;
}
.AnyTagClassName
{
color: #94CE2B;
}
</style>
background-color css
<style>
a { background-color: #94CE2B; }
a { background-color: rgb(148,206,43); }
div.DivClassName
{
background-color: #94CE2B;
}
.BgClassName
{
background-color: #94CE2B;
}
</style>
border-color css
<style>
span { border-color: #94CE2B; }
span { border-color: rgb(148,206,43); }
td.TdClassName
{
border-color: #94CE2B;
}
.TagClassName
{
border-color: #94CE2B;
}
</style>