Shades of Green Yellow #98FF3C
Tints of Green Yellow #98FF3C
RGB
CMYK
RGB Variations
Color information
#98FF3C (or 0x98FF3C) is known color: Green Yellow. HEX triplet: 98, FF and 3C. RGB value is (152,255,60). Sum of RGB (Red+Green+Blue) = 152+255+60=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF3C is #6700C3. Grayscale: #CACACA. Windows color (decimal): -6750404 or 3997592. OLE color: 3997592.
HSL color Cylindrical-coordinate representation of color #98FF3C: hue angle of 91.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98FF3C is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 60 | - |
| CMYK | 0.40 | 0 | 0.76 | 0 |
| HSL | 91.69º | 1% | 0.62% | - |
| HSV(B) | 91.69º | 0.76% | 1% | - |
| XYZ | 49.52 | 78.52 | 16.82 | - |
| YUV | 201.97 | 47.88 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 60 | 0.40 | 0 | 0.76 | 0 | 91.69 | 1 | 0.62 |
| Hex | 98 | FF | 3C | 28 | 0 | 4C | 0 | 5C | 64 | 3E |
| Octal | 230 | 377 | 74 | 50 | 0 | 114 | 0 | 134 | 144 | 76 |
| Binary | 10011000 | 11111111 | 111100 | 101000 | 0 | 1001100 | 0 | 1011100 | 1100100 | 111110 |
Color Harmonies of #98FF3C
Complementary color
Monochromatic Colors of #98FF3C
Black with #98FF3C
Text Example
Text Example
White with #98FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF3C; }
p { color: rgb(152,255,60); }
H1.HeaderClassName
{
color: #98FF3C;
}
.AnyTagClassName
{
color: #98FF3C;
}
</style>
background-color css
<style>
a { background-color: #98FF3C; }
a { background-color: rgb(152,255,60); }
div.DivClassName
{
background-color: #98FF3C;
}
.BgClassName
{
background-color: #98FF3C;
}
</style>
border-color css
<style>
span { border-color: #98FF3C; }
span { border-color: rgb(152,255,60); }
td.TdClassName
{
border-color: #98FF3C;
}
.TagClassName
{
border-color: #98FF3C;
}
</style>