Shades of Green Yellow #98F325
Tints of Green Yellow #98F325
RGB
CMYK
RGB Variations
Color information
#98F325 (or 0x98F325) is known color: Green Yellow. HEX triplet: 98, F3 and 25. RGB value is (152,243,37). Sum of RGB (Red+Green+Blue) = 152+243+37=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #98F325 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98F325 is #670CDA. Grayscale: #C1C1C1. Windows color (decimal): -6753499 or 2487192. OLE color: 2487192.
HSL color Cylindrical-coordinate representation of color #98F325: hue angle of 86.5º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98F325 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 37 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.05 |
| HSL | 86.5º | 0.9% | 0.55% | - |
| HSV(B) | 86.5º | 0.85% | 0.95% | - |
| XYZ | 45.33 | 70.91 | 13.05 | - |
| YUV | 192.31 | 40.35 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 37 | 0.37 | 0 | 0.85 | 0.05 | 86.5 | 0.9 | 0.55 |
| Hex | 98 | F3 | 25 | 25 | 0 | 55 | 5 | 57 | 5A | 37 |
| Octal | 230 | 363 | 45 | 45 | 0 | 125 | 5 | 127 | 132 | 67 |
| Binary | 10011000 | 11110011 | 100101 | 100101 | 0 | 1010101 | 101 | 1010111 | 1011010 | 110111 |
Color Harmonies of #98F325
Complementary color
Monochromatic Colors of #98F325
Black with #98F325
Text Example
Text Example
White with #98F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F325; }
p { color: rgb(152,243,37); }
H1.HeaderClassName
{
color: #98F325;
}
.AnyTagClassName
{
color: #98F325;
}
</style>
background-color css
<style>
a { background-color: #98F325; }
a { background-color: rgb(152,243,37); }
div.DivClassName
{
background-color: #98F325;
}
.BgClassName
{
background-color: #98F325;
}
</style>
border-color css
<style>
span { border-color: #98F325; }
span { border-color: rgb(152,243,37); }
td.TdClassName
{
border-color: #98F325;
}
.TagClassName
{
border-color: #98F325;
}
</style>