Shades of Yellow Green #98DC2C
Tints of Yellow Green #98DC2C
RGB
CMYK
RGB Variations
Color information
#98DC2C (or 0x98DC2C) is known color: Yellow Green. HEX triplet: 98, DC and 2C. RGB value is (152,220,44). Sum of RGB (Red+Green+Blue) = 152+220+44=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DC2C is #6723D3. Grayscale: #B4B4B4. Windows color (decimal): -6759380 or 2940056. OLE color: 2940056.
HSL color Cylindrical-coordinate representation of color #98DC2C: hue angle of 83.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98DC2C is Cyan = 0.31, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 44 | - |
| CMYK | 0.31 | 0 | 0.8 | 0.14 |
| HSL | 83.18º | 0.72% | 0.52% | - |
| HSV(B) | 83.18º | 0.8% | 0.86% | - |
| XYZ | 39 | 58.04 | 11.53 | - |
| YUV | 179.6 | 51.47 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 44 | 0.31 | 0 | 0.8 | 0.14 | 83.18 | 0.72 | 0.52 |
| Hex | 98 | DC | 2C | 1F | 0 | 50 | E | 53 | 48 | 34 |
| Octal | 230 | 334 | 54 | 37 | 0 | 120 | 16 | 123 | 110 | 64 |
| Binary | 10011000 | 11011100 | 101100 | 11111 | 0 | 1010000 | 1110 | 1010011 | 1001000 | 110100 |
Color Harmonies of #98DC2C
Complementary color
Monochromatic Colors of #98DC2C
Black with #98DC2C
Text Example
Text Example
White with #98DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC2C; }
p { color: rgb(152,220,44); }
H1.HeaderClassName
{
color: #98DC2C;
}
.AnyTagClassName
{
color: #98DC2C;
}
</style>
background-color css
<style>
a { background-color: #98DC2C; }
a { background-color: rgb(152,220,44); }
div.DivClassName
{
background-color: #98DC2C;
}
.BgClassName
{
background-color: #98DC2C;
}
</style>
border-color css
<style>
span { border-color: #98DC2C; }
span { border-color: rgb(152,220,44); }
td.TdClassName
{
border-color: #98DC2C;
}
.TagClassName
{
border-color: #98DC2C;
}
</style>