Shades of Yellow Green #94D82F
Tints of Yellow Green #94D82F
RGB
CMYK
RGB Variations
Color information
#94D82F (or 0x94D82F) is known color: Yellow Green. HEX triplet: 94, D8 and 2F. RGB value is (148,216,47). Sum of RGB (Red+Green+Blue) = 148+216+47=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #94D82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D82F is #6B27D0. Grayscale: #B1B1B1. Windows color (decimal): -7022545 or 3135636. OLE color: 3135636.
HSL color Cylindrical-coordinate representation of color #94D82F: hue angle of 84.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94D82F is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 47 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.15 |
| HSL | 84.14º | 0.68% | 0.52% | - |
| HSV(B) | 84.14º | 0.78% | 0.85% | - |
| XYZ | 37.28 | 55.61 | 11.46 | - |
| YUV | 176.4 | 54.97 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 47 | 0.31 | 0 | 0.78 | 0.15 | 84.14 | 0.68 | 0.52 |
| Hex | 94 | D8 | 2F | 1F | 0 | 4E | F | 54 | 44 | 34 |
| Octal | 224 | 330 | 57 | 37 | 0 | 116 | 17 | 124 | 104 | 64 |
| Binary | 10010100 | 11011000 | 101111 | 11111 | 0 | 1001110 | 1111 | 1010100 | 1000100 | 110100 |
Color Harmonies of #94D82F
Complementary color
Monochromatic Colors of #94D82F
Black with #94D82F
Text Example
Text Example
White with #94D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D82F; }
p { color: rgb(148,216,47); }
H1.HeaderClassName
{
color: #94D82F;
}
.AnyTagClassName
{
color: #94D82F;
}
</style>
background-color css
<style>
a { background-color: #94D82F; }
a { background-color: rgb(148,216,47); }
div.DivClassName
{
background-color: #94D82F;
}
.BgClassName
{
background-color: #94D82F;
}
</style>
border-color css
<style>
span { border-color: #94D82F; }
span { border-color: rgb(148,216,47); }
td.TdClassName
{
border-color: #94D82F;
}
.TagClassName
{
border-color: #94D82F;
}
</style>