Shades of Yellow Green #94CE2D
Tints of Yellow Green #94CE2D
RGB
CMYK
RGB Variations
Color information
#94CE2D (or 0x94CE2D) is known color: Yellow Green. HEX triplet: 94, CE and 2D. RGB value is (148,206,45). Sum of RGB (Red+Green+Blue) = 148+206+45=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE2D is #6B31D2. Grayscale: #AAAAAA. Windows color (decimal): -7025107 or 3002004. OLE color: 3002004.
HSL color Cylindrical-coordinate representation of color #94CE2D: hue angle of 81.61º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94CE2D is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 45 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.19 |
| HSL | 81.61º | 0.64% | 0.49% | - |
| HSV(B) | 81.61º | 0.78% | 0.81% | - |
| XYZ | 34.76 | 50.63 | 10.42 | - |
| YUV | 170.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 45 | 0.28 | 0 | 0.78 | 0.19 | 81.61 | 0.64 | 0.49 |
| Hex | 94 | CE | 2D | 1C | 0 | 4E | 13 | 52 | 40 | 31 |
| Octal | 224 | 316 | 55 | 34 | 0 | 116 | 23 | 122 | 100 | 61 |
| Binary | 10010100 | 11001110 | 101101 | 11100 | 0 | 1001110 | 10011 | 1010010 | 1000000 | 110001 |
Color Harmonies of #94CE2D
Complementary color
Monochromatic Colors of #94CE2D
Black with #94CE2D
Text Example
Text Example
White with #94CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CE2D; }
p { color: rgb(148,206,45); }
H1.HeaderClassName
{
color: #94CE2D;
}
.AnyTagClassName
{
color: #94CE2D;
}
</style>
background-color css
<style>
a { background-color: #94CE2D; }
a { background-color: rgb(148,206,45); }
div.DivClassName
{
background-color: #94CE2D;
}
.BgClassName
{
background-color: #94CE2D;
}
</style>
border-color css
<style>
span { border-color: #94CE2D; }
span { border-color: rgb(148,206,45); }
td.TdClassName
{
border-color: #94CE2D;
}
.TagClassName
{
border-color: #94CE2D;
}
</style>