Shades of Yellow Green #98CA1C
Tints of Yellow Green #98CA1C
RGB
CMYK
RGB Variations
Color information
#98CA1C (or 0x98CA1C) is known color: Yellow Green. HEX triplet: 98, CA and 1C. RGB value is (152,202,28). Sum of RGB (Red+Green+Blue) = 152+202+28=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA1C is #6735E3. Grayscale: #A7A7A7. Windows color (decimal): -6764004 or 1886872. OLE color: 1886872.
HSL color Cylindrical-coordinate representation of color #98CA1C: hue angle of 77.24º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98CA1C is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 28 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.21 |
| HSL | 77.24º | 0.76% | 0.45% | - |
| HSV(B) | 77.24º | 0.86% | 0.79% | - |
| XYZ | 34.28 | 49 | 8.75 | - |
| YUV | 167.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 28 | 0.25 | 0 | 0.86 | 0.21 | 77.24 | 0.76 | 0.45 |
| Hex | 98 | CA | 1C | 19 | 0 | 56 | 15 | 4D | 4C | 2D |
| Octal | 230 | 312 | 34 | 31 | 0 | 126 | 25 | 115 | 114 | 55 |
| Binary | 10011000 | 11001010 | 11100 | 11001 | 0 | 1010110 | 10101 | 1001101 | 1001100 | 101101 |
Color Harmonies of #98CA1C
Complementary color
Monochromatic Colors of #98CA1C
Black with #98CA1C
Text Example
Text Example
White with #98CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA1C; }
p { color: rgb(152,202,28); }
H1.HeaderClassName
{
color: #98CA1C;
}
.AnyTagClassName
{
color: #98CA1C;
}
</style>
background-color css
<style>
a { background-color: #98CA1C; }
a { background-color: rgb(152,202,28); }
div.DivClassName
{
background-color: #98CA1C;
}
.BgClassName
{
background-color: #98CA1C;
}
</style>
border-color css
<style>
span { border-color: #98CA1C; }
span { border-color: rgb(152,202,28); }
td.TdClassName
{
border-color: #98CA1C;
}
.TagClassName
{
border-color: #98CA1C;
}
</style>