Shades of Yellow Green #94DA2A
Tints of Yellow Green #94DA2A
RGB
CMYK
RGB Variations
Color information
#94DA2A (or 0x94DA2A) is known color: Yellow Green. HEX triplet: 94, DA and 2A. RGB value is (148,218,42). Sum of RGB (Red+Green+Blue) = 148+218+42=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DA2A is #6B25D5. Grayscale: #B1B1B1. Windows color (decimal): -7022038 or 2808468. OLE color: 2808468.
HSL color Cylindrical-coordinate representation of color #94DA2A: hue angle of 83.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94DA2A is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 42 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.15 |
| HSL | 83.86º | 0.7% | 0.51% | - |
| HSV(B) | 83.86º | 0.81% | 0.85% | - |
| XYZ | 37.7 | 56.61 | 11.13 | - |
| YUV | 177.01 | 51.81 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 42 | 0.32 | 0 | 0.81 | 0.15 | 83.86 | 0.7 | 0.51 |
| Hex | 94 | DA | 2A | 20 | 0 | 51 | F | 54 | 46 | 33 |
| Octal | 224 | 332 | 52 | 40 | 0 | 121 | 17 | 124 | 106 | 63 |
| Binary | 10010100 | 11011010 | 101010 | 100000 | 0 | 1010001 | 1111 | 1010100 | 1000110 | 110011 |
Color Harmonies of #94DA2A
Complementary color
Monochromatic Colors of #94DA2A
Black with #94DA2A
Text Example
Text Example
White with #94DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DA2A; }
p { color: rgb(148,218,42); }
H1.HeaderClassName
{
color: #94DA2A;
}
.AnyTagClassName
{
color: #94DA2A;
}
</style>
background-color css
<style>
a { background-color: #94DA2A; }
a { background-color: rgb(148,218,42); }
div.DivClassName
{
background-color: #94DA2A;
}
.BgClassName
{
background-color: #94DA2A;
}
</style>
border-color css
<style>
span { border-color: #94DA2A; }
span { border-color: rgb(148,218,42); }
td.TdClassName
{
border-color: #94DA2A;
}
.TagClassName
{
border-color: #94DA2A;
}
</style>