Shades of Green Yellow #98FF43
Tints of Green Yellow #98FF43
RGB
CMYK
RGB Variations
Color information
#98FF43 (or 0x98FF43) is known color: Green Yellow. HEX triplet: 98, FF and 43. RGB value is (152,255,67). Sum of RGB (Red+Green+Blue) = 152+255+67=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF43 is #6700BC. Grayscale: #CBCBCB. Windows color (decimal): -6750397 or 4456344. OLE color: 4456344.
HSL color Cylindrical-coordinate representation of color #98FF43: hue angle of 92.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98FF43 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 67 | - |
| CMYK | 0.40 | 0 | 0.74 | 0 |
| HSL | 92.87º | 1% | 0.63% | - |
| HSV(B) | 92.87º | 0.74% | 1% | - |
| XYZ | 49.72 | 78.6 | 17.86 | - |
| YUV | 202.77 | 51.38 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 67 | 0.40 | 0 | 0.74 | 0 | 92.87 | 1 | 0.63 |
| Hex | 98 | FF | 43 | 28 | 0 | 4A | 0 | 5D | 64 | 3F |
| Octal | 230 | 377 | 103 | 50 | 0 | 112 | 0 | 135 | 144 | 77 |
| Binary | 10011000 | 11111111 | 1000011 | 101000 | 0 | 1001010 | 0 | 1011101 | 1100100 | 111111 |
Color Harmonies of #98FF43
Complementary color
Monochromatic Colors of #98FF43
Black with #98FF43
Text Example
Text Example
White with #98FF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF43; }
p { color: rgb(152,255,67); }
H1.HeaderClassName
{
color: #98FF43;
}
.AnyTagClassName
{
color: #98FF43;
}
</style>
background-color css
<style>
a { background-color: #98FF43; }
a { background-color: rgb(152,255,67); }
div.DivClassName
{
background-color: #98FF43;
}
.BgClassName
{
background-color: #98FF43;
}
</style>
border-color css
<style>
span { border-color: #98FF43; }
span { border-color: rgb(152,255,67); }
td.TdClassName
{
border-color: #98FF43;
}
.TagClassName
{
border-color: #98FF43;
}
</style>