Shades of Yellow Green #98C130
Tints of Yellow Green #98C130
RGB
CMYK
RGB Variations
Color information
#98C130 (or 0x98C130) is known color: Yellow Green. HEX triplet: 98, C1 and 30. RGB value is (152,193,48). Sum of RGB (Red+Green+Blue) = 152+193+48=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #98C130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C130 is #673ECF. Grayscale: #A4A4A4. Windows color (decimal): -6766288 or 3195288. OLE color: 3195288.
HSL color Cylindrical-coordinate representation of color #98C130: hue angle of 76.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98C130 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 48 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.24 |
| HSL | 76.97º | 0.6% | 0.47% | - |
| HSV(B) | 76.97º | 0.75% | 0.76% | - |
| XYZ | 32.55 | 45.03 | 9.77 | - |
| YUV | 164.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 48 | 0.21 | 0 | 0.75 | 0.24 | 76.97 | 0.6 | 0.47 |
| Hex | 98 | C1 | 30 | 15 | 0 | 4B | 18 | 4D | 3C | 2F |
| Octal | 230 | 301 | 60 | 25 | 0 | 113 | 30 | 115 | 74 | 57 |
| Binary | 10011000 | 11000001 | 110000 | 10101 | 0 | 1001011 | 11000 | 1001101 | 111100 | 101111 |
Color Harmonies of #98C130
Complementary color
Monochromatic Colors of #98C130
Black with #98C130
Text Example
Text Example
White with #98C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C130; }
p { color: rgb(152,193,48); }
H1.HeaderClassName
{
color: #98C130;
}
.AnyTagClassName
{
color: #98C130;
}
</style>
background-color css
<style>
a { background-color: #98C130; }
a { background-color: rgb(152,193,48); }
div.DivClassName
{
background-color: #98C130;
}
.BgClassName
{
background-color: #98C130;
}
</style>
border-color css
<style>
span { border-color: #98C130; }
span { border-color: rgb(152,193,48); }
td.TdClassName
{
border-color: #98C130;
}
.TagClassName
{
border-color: #98C130;
}
</style>