Shades of Yellow Green #98DF2D
Tints of Yellow Green #98DF2D
RGB
CMYK
RGB Variations
Color information
#98DF2D (or 0x98DF2D) is known color: Yellow Green. HEX triplet: 98, DF and 2D. RGB value is (152,223,45). Sum of RGB (Red+Green+Blue) = 152+223+45=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DF2D is #6720D2. Grayscale: #B6B6B6. Windows color (decimal): -6758611 or 3006360. OLE color: 3006360.
HSL color Cylindrical-coordinate representation of color #98DF2D: hue angle of 83.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98DF2D is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 45 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.13 |
| HSL | 83.93º | 0.74% | 0.53% | - |
| HSV(B) | 83.93º | 0.8% | 0.87% | - |
| XYZ | 39.81 | 59.64 | 11.9 | - |
| YUV | 181.48 | 50.98 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 45 | 0.32 | 0 | 0.80 | 0.13 | 83.93 | 0.74 | 0.53 |
| Hex | 98 | DF | 2D | 20 | 0 | 50 | D | 54 | 4A | 35 |
| Octal | 230 | 337 | 55 | 40 | 0 | 120 | 15 | 124 | 112 | 65 |
| Binary | 10011000 | 11011111 | 101101 | 100000 | 0 | 1010000 | 1101 | 1010100 | 1001010 | 110101 |
Color Harmonies of #98DF2D
Complementary color
Monochromatic Colors of #98DF2D
Black with #98DF2D
Text Example
Text Example
White with #98DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF2D; }
p { color: rgb(152,223,45); }
H1.HeaderClassName
{
color: #98DF2D;
}
.AnyTagClassName
{
color: #98DF2D;
}
</style>
background-color css
<style>
a { background-color: #98DF2D; }
a { background-color: rgb(152,223,45); }
div.DivClassName
{
background-color: #98DF2D;
}
.BgClassName
{
background-color: #98DF2D;
}
</style>
border-color css
<style>
span { border-color: #98DF2D; }
span { border-color: rgb(152,223,45); }
td.TdClassName
{
border-color: #98DF2D;
}
.TagClassName
{
border-color: #98DF2D;
}
</style>