Shades of Yellow Green #99BF2D
Tints of Yellow Green #99BF2D
RGB
CMYK
RGB Variations
Color information
#99BF2D (or 0x99BF2D) is known color: Yellow Green. HEX triplet: 99, BF and 2D. RGB value is (153,191,45). Sum of RGB (Red+Green+Blue) = 153+191+45=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF2D is #6640D2. Grayscale: #A3A3A3. Windows color (decimal): -6701267 or 2998169. OLE color: 2998169.
HSL color Cylindrical-coordinate representation of color #99BF2D: hue angle of 75.62º 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 #99BF2D is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 45 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.25 |
| HSL | 75.62º | 0.62% | 0.46% | - |
| HSV(B) | 75.62º | 0.76% | 0.75% | - |
| XYZ | 32.24 | 44.22 | 9.32 | - |
| YUV | 162.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 45 | 0.20 | 0 | 0.76 | 0.25 | 75.62 | 0.62 | 0.46 |
| Hex | 99 | BF | 2D | 14 | 0 | 4C | 19 | 4C | 3E | 2E |
| Octal | 231 | 277 | 55 | 24 | 0 | 114 | 31 | 114 | 76 | 56 |
| Binary | 10011001 | 10111111 | 101101 | 10100 | 0 | 1001100 | 11001 | 1001100 | 111110 | 101110 |
Color Harmonies of #99BF2D
Complementary color
Monochromatic Colors of #99BF2D
Black with #99BF2D
Text Example
Text Example
White with #99BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF2D; }
p { color: rgb(153,191,45); }
H1.HeaderClassName
{
color: #99BF2D;
}
.AnyTagClassName
{
color: #99BF2D;
}
</style>
background-color css
<style>
a { background-color: #99BF2D; }
a { background-color: rgb(153,191,45); }
div.DivClassName
{
background-color: #99BF2D;
}
.BgClassName
{
background-color: #99BF2D;
}
</style>
border-color css
<style>
span { border-color: #99BF2D; }
span { border-color: rgb(153,191,45); }
td.TdClassName
{
border-color: #99BF2D;
}
.TagClassName
{
border-color: #99BF2D;
}
</style>