Shades of Yellow Green #94C82D
Tints of Yellow Green #94C82D
RGB
CMYK
RGB Variations
Color information
#94C82D (or 0x94C82D) is known color: Yellow Green. HEX triplet: 94, C8 and 2D. RGB value is (148,200,45). Sum of RGB (Red+Green+Blue) = 148+200+45=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #94C82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C82D is #6B37D2. Grayscale: #A7A7A7. Windows color (decimal): -7026643 or 3000468. OLE color: 3000468.
HSL color Cylindrical-coordinate representation of color #94C82D: hue angle of 80.13º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94C82D is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 200 | 45 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.22 |
| HSL | 80.13º | 0.63% | 0.48% | - |
| HSV(B) | 80.13º | 0.78% | 0.78% | - |
| XYZ | 33.34 | 47.79 | 9.95 | - |
| YUV | 166.78 | 59.27 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 200 | 45 | 0.26 | 0 | 0.78 | 0.22 | 80.13 | 0.63 | 0.48 |
| Hex | 94 | C8 | 2D | 1A | 0 | 4E | 16 | 50 | 3F | 30 |
| Octal | 224 | 310 | 55 | 32 | 0 | 116 | 26 | 120 | 77 | 60 |
| Binary | 10010100 | 11001000 | 101101 | 11010 | 0 | 1001110 | 10110 | 1010000 | 111111 | 110000 |
Color Harmonies of #94C82D
Complementary color
Monochromatic Colors of #94C82D
Black with #94C82D
Text Example
Text Example
White with #94C82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C82D; }
p { color: rgb(148,200,45); }
H1.HeaderClassName
{
color: #94C82D;
}
.AnyTagClassName
{
color: #94C82D;
}
</style>
background-color css
<style>
a { background-color: #94C82D; }
a { background-color: rgb(148,200,45); }
div.DivClassName
{
background-color: #94C82D;
}
.BgClassName
{
background-color: #94C82D;
}
</style>
border-color css
<style>
span { border-color: #94C82D; }
span { border-color: rgb(148,200,45); }
td.TdClassName
{
border-color: #94C82D;
}
.TagClassName
{
border-color: #94C82D;
}
</style>