Shades of Green Yellow #98FA30
Tints of Green Yellow #98FA30
RGB
CMYK
RGB Variations
Color information
#98FA30 (or 0x98FA30) is known color: Green Yellow. HEX triplet: 98, FA and 30. RGB value is (152,250,48). Sum of RGB (Red+Green+Blue) = 152+250+48=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FA30 is #6705CF. Grayscale: #C6C6C6. Windows color (decimal): -6751696 or 3209880. OLE color: 3209880.
HSL color Cylindrical-coordinate representation of color #98FA30: hue angle of 89.11º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98FA30 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 48 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.02 |
| HSL | 89.11º | 0.95% | 0.58% | - |
| HSV(B) | 89.11º | 0.81% | 0.98% | - |
| XYZ | 47.67 | 75.26 | 14.81 | - |
| YUV | 197.67 | 43.53 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 48 | 0.39 | 0 | 0.81 | 0.02 | 89.11 | 0.95 | 0.58 |
| Hex | 98 | FA | 30 | 27 | 0 | 51 | 2 | 59 | 5F | 3A |
| Octal | 230 | 372 | 60 | 47 | 0 | 121 | 2 | 131 | 137 | 72 |
| Binary | 10011000 | 11111010 | 110000 | 100111 | 0 | 1010001 | 10 | 1011001 | 1011111 | 111010 |
Color Harmonies of #98FA30
Complementary color
Monochromatic Colors of #98FA30
Black with #98FA30
Text Example
Text Example
White with #98FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FA30; }
p { color: rgb(152,250,48); }
H1.HeaderClassName
{
color: #98FA30;
}
.AnyTagClassName
{
color: #98FA30;
}
</style>
background-color css
<style>
a { background-color: #98FA30; }
a { background-color: rgb(152,250,48); }
div.DivClassName
{
background-color: #98FA30;
}
.BgClassName
{
background-color: #98FA30;
}
</style>
border-color css
<style>
span { border-color: #98FA30; }
span { border-color: rgb(152,250,48); }
td.TdClassName
{
border-color: #98FA30;
}
.TagClassName
{
border-color: #98FA30;
}
</style>