Shades of Yellow Green #94BF2D
Tints of Yellow Green #94BF2D
RGB
CMYK
RGB Variations
Color information
#94BF2D (or 0x94BF2D) is known color: Yellow Green. HEX triplet: 94, BF and 2D. RGB value is (148,191,45). Sum of RGB (Red+Green+Blue) = 148+191+45=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BF2D is #6B40D2. Grayscale: #A2A2A2. Windows color (decimal): -7028947 or 2998164. OLE color: 2998164.
HSL color Cylindrical-coordinate representation of color #94BF2D: hue angle of 77.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94BF2D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 45 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.25 |
| HSL | 77.67º | 0.62% | 0.46% | - |
| HSV(B) | 77.67º | 0.76% | 0.75% | - |
| XYZ | 31.32 | 43.75 | 9.28 | - |
| YUV | 161.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 45 | 0.23 | 0 | 0.76 | 0.25 | 77.67 | 0.62 | 0.46 |
| Hex | 94 | BF | 2D | 17 | 0 | 4C | 19 | 4E | 3E | 2E |
| Octal | 224 | 277 | 55 | 27 | 0 | 114 | 31 | 116 | 76 | 56 |
| Binary | 10010100 | 10111111 | 101101 | 10111 | 0 | 1001100 | 11001 | 1001110 | 111110 | 101110 |
Color Harmonies of #94BF2D
Complementary color
Monochromatic Colors of #94BF2D
Black with #94BF2D
Text Example
Text Example
White with #94BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BF2D; }
p { color: rgb(148,191,45); }
H1.HeaderClassName
{
color: #94BF2D;
}
.AnyTagClassName
{
color: #94BF2D;
}
</style>
background-color css
<style>
a { background-color: #94BF2D; }
a { background-color: rgb(148,191,45); }
div.DivClassName
{
background-color: #94BF2D;
}
.BgClassName
{
background-color: #94BF2D;
}
</style>
border-color css
<style>
span { border-color: #94BF2D; }
span { border-color: rgb(148,191,45); }
td.TdClassName
{
border-color: #94BF2D;
}
.TagClassName
{
border-color: #94BF2D;
}
</style>