Shades of Yellow Green #98BD31
Tints of Yellow Green #98BD31
RGB
CMYK
RGB Variations
Color information
#98BD31 (or 0x98BD31) is known color: Yellow Green. HEX triplet: 98, BD and 31. RGB value is (152,189,49). Sum of RGB (Red+Green+Blue) = 152+189+49=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BD31 is #6742CE. Grayscale: #A2A2A2. Windows color (decimal): -6767311 or 3259800. OLE color: 3259800.
HSL color Cylindrical-coordinate representation of color #98BD31: hue angle of 75.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98BD31 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 49 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.26 |
| HSL | 75.86º | 0.59% | 0.47% | - |
| HSV(B) | 75.86º | 0.74% | 0.74% | - |
| XYZ | 31.7 | 43.29 | 9.59 | - |
| YUV | 161.98 | 64.24 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 49 | 0.20 | 0 | 0.74 | 0.26 | 75.86 | 0.59 | 0.47 |
| Hex | 98 | BD | 31 | 14 | 0 | 4A | 1A | 4C | 3B | 2F |
| Octal | 230 | 275 | 61 | 24 | 0 | 112 | 32 | 114 | 73 | 57 |
| Binary | 10011000 | 10111101 | 110001 | 10100 | 0 | 1001010 | 11010 | 1001100 | 111011 | 101111 |
Color Harmonies of #98BD31
Complementary color
Monochromatic Colors of #98BD31
Black with #98BD31
Text Example
Text Example
White with #98BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD31; }
p { color: rgb(152,189,49); }
H1.HeaderClassName
{
color: #98BD31;
}
.AnyTagClassName
{
color: #98BD31;
}
</style>
background-color css
<style>
a { background-color: #98BD31; }
a { background-color: rgb(152,189,49); }
div.DivClassName
{
background-color: #98BD31;
}
.BgClassName
{
background-color: #98BD31;
}
</style>
border-color css
<style>
span { border-color: #98BD31; }
span { border-color: rgb(152,189,49); }
td.TdClassName
{
border-color: #98BD31;
}
.TagClassName
{
border-color: #98BD31;
}
</style>