Shades of Yellow Green #98BF32
Tints of Yellow Green #98BF32
RGB
CMYK
RGB Variations
Color information
#98BF32 (or 0x98BF32) is known color: Yellow Green. HEX triplet: 98, BF and 32. RGB value is (152,191,50). Sum of RGB (Red+Green+Blue) = 152+191+50=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BF32 is #6740CD. Grayscale: #A3A3A3. Windows color (decimal): -6766798 or 3325848. OLE color: 3325848.
HSL color Cylindrical-coordinate representation of color #98BF32: hue angle of 76.6º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98BF32 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 50 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.25 |
| HSL | 76.6º | 0.59% | 0.47% | - |
| HSV(B) | 76.6º | 0.74% | 0.75% | - |
| XYZ | 32.16 | 44.17 | 9.85 | - |
| YUV | 163.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 50 | 0.20 | 0 | 0.74 | 0.25 | 76.6 | 0.59 | 0.47 |
| Hex | 98 | BF | 32 | 14 | 0 | 4A | 19 | 4D | 3B | 2F |
| Octal | 230 | 277 | 62 | 24 | 0 | 112 | 31 | 115 | 73 | 57 |
| Binary | 10011000 | 10111111 | 110010 | 10100 | 0 | 1001010 | 11001 | 1001101 | 111011 | 101111 |
Color Harmonies of #98BF32
Complementary color
Monochromatic Colors of #98BF32
Black with #98BF32
Text Example
Text Example
White with #98BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BF32; }
p { color: rgb(152,191,50); }
H1.HeaderClassName
{
color: #98BF32;
}
.AnyTagClassName
{
color: #98BF32;
}
</style>
background-color css
<style>
a { background-color: #98BF32; }
a { background-color: rgb(152,191,50); }
div.DivClassName
{
background-color: #98BF32;
}
.BgClassName
{
background-color: #98BF32;
}
</style>
border-color css
<style>
span { border-color: #98BF32; }
span { border-color: rgb(152,191,50); }
td.TdClassName
{
border-color: #98BF32;
}
.TagClassName
{
border-color: #98BF32;
}
</style>