Shades of Yellow Green #94D31F
Tints of Yellow Green #94D31F
RGB
CMYK
RGB Variations
Color information
#94D31F (or 0x94D31F) is known color: Yellow Green. HEX triplet: 94, D3 and 1F. RGB value is (148,211,31). Sum of RGB (Red+Green+Blue) = 148+211+31=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #94D31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D31F is #6B2CE0. Grayscale: #ACACAC. Windows color (decimal): -7023841 or 2085780. OLE color: 2085780.
HSL color Cylindrical-coordinate representation of color #94D31F: hue angle of 81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94D31F is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 31 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.17 |
| HSL | 81º | 0.74% | 0.47% | - |
| HSV(B) | 81º | 0.85% | 0.83% | - |
| XYZ | 35.75 | 52.98 | 9.64 | - |
| YUV | 171.64 | 48.63 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 31 | 0.30 | 0 | 0.85 | 0.17 | 81 | 0.74 | 0.47 |
| Hex | 94 | D3 | 1F | 1E | 0 | 55 | 11 | 51 | 4A | 2F |
| Octal | 224 | 323 | 37 | 36 | 0 | 125 | 21 | 121 | 112 | 57 |
| Binary | 10010100 | 11010011 | 11111 | 11110 | 0 | 1010101 | 10001 | 1010001 | 1001010 | 101111 |
Color Harmonies of #94D31F
Complementary color
Monochromatic Colors of #94D31F
Black with #94D31F
Text Example
Text Example
White with #94D31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D31F; }
p { color: rgb(148,211,31); }
H1.HeaderClassName
{
color: #94D31F;
}
.AnyTagClassName
{
color: #94D31F;
}
</style>
background-color css
<style>
a { background-color: #94D31F; }
a { background-color: rgb(148,211,31); }
div.DivClassName
{
background-color: #94D31F;
}
.BgClassName
{
background-color: #94D31F;
}
</style>
border-color css
<style>
span { border-color: #94D31F; }
span { border-color: rgb(148,211,31); }
td.TdClassName
{
border-color: #94D31F;
}
.TagClassName
{
border-color: #94D31F;
}
</style>