Shades of Yellow Green #99BF39
Tints of Yellow Green #99BF39
RGB
CMYK
RGB Variations
Color information
#99BF39 (or 0x99BF39) is known color: Yellow Green. HEX triplet: 99, BF and 39. RGB value is (153,191,57). Sum of RGB (Red+Green+Blue) = 153+191+57=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF39 is #6640C6. Grayscale: #A4A4A4. Windows color (decimal): -6701255 or 3784601. OLE color: 3784601.
HSL color Cylindrical-coordinate representation of color #99BF39: hue angle of 77.01º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99BF39 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 57 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.25 |
| HSL | 77.01º | 0.54% | 0.49% | - |
| HSV(B) | 77.01º | 0.7% | 0.75% | - |
| XYZ | 32.51 | 44.33 | 10.71 | - |
| YUV | 164.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 57 | 0.20 | 0 | 0.70 | 0.25 | 77.01 | 0.54 | 0.49 |
| Hex | 99 | BF | 39 | 14 | 0 | 46 | 19 | 4D | 36 | 31 |
| Octal | 231 | 277 | 71 | 24 | 0 | 106 | 31 | 115 | 66 | 61 |
| Binary | 10011001 | 10111111 | 111001 | 10100 | 0 | 1000110 | 11001 | 1001101 | 110110 | 110001 |
Color Harmonies of #99BF39
Complementary color
Monochromatic Colors of #99BF39
Black with #99BF39
Text Example
Text Example
White with #99BF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF39; }
p { color: rgb(153,191,57); }
H1.HeaderClassName
{
color: #99BF39;
}
.AnyTagClassName
{
color: #99BF39;
}
</style>
background-color css
<style>
a { background-color: #99BF39; }
a { background-color: rgb(153,191,57); }
div.DivClassName
{
background-color: #99BF39;
}
.BgClassName
{
background-color: #99BF39;
}
</style>
border-color css
<style>
span { border-color: #99BF39; }
span { border-color: rgb(153,191,57); }
td.TdClassName
{
border-color: #99BF39;
}
.TagClassName
{
border-color: #99BF39;
}
</style>