Shades of Feijoa #98ED63
Tints of Feijoa #98ED63
RGB
CMYK
RGB Variations
Color information
#98ED63 (or 0x98ED63) is known color: Feijoa. HEX triplet: 98, ED and 63. RGB value is (152,237,99). Sum of RGB (Red+Green+Blue) = 152+237+99=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED63 is #67129C. Grayscale: #C4C4C4. Windows color (decimal): -6754973 or 6548888. OLE color: 6548888.
HSL color Cylindrical-coordinate representation of color #98ED63: hue angle of 96.96º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98ED63 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 99 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.07 |
| HSL | 96.96º | 0.79% | 0.66% | - |
| HSV(B) | 96.96º | 0.58% | 0.93% | - |
| XYZ | 45.49 | 68.14 | 22.56 | - |
| YUV | 195.85 | 73.34 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 99 | 0.36 | 0 | 0.58 | 0.07 | 96.96 | 0.79 | 0.66 |
| Hex | 98 | ED | 63 | 24 | 0 | 3A | 7 | 61 | 4F | 42 |
| Octal | 230 | 355 | 143 | 44 | 0 | 72 | 7 | 141 | 117 | 102 |
| Binary | 10011000 | 11101101 | 1100011 | 100100 | 0 | 111010 | 111 | 1100001 | 1001111 | 1000010 |
Color Harmonies of #98ED63
Complementary color
Monochromatic Colors of #98ED63
Black with #98ED63
Text Example
Text Example
White with #98ED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ED63; }
p { color: rgb(152,237,99); }
H1.HeaderClassName
{
color: #98ED63;
}
.AnyTagClassName
{
color: #98ED63;
}
</style>
background-color css
<style>
a { background-color: #98ED63; }
a { background-color: rgb(152,237,99); }
div.DivClassName
{
background-color: #98ED63;
}
.BgClassName
{
background-color: #98ED63;
}
</style>
border-color css
<style>
span { border-color: #98ED63; }
span { border-color: rgb(152,237,99); }
td.TdClassName
{
border-color: #98ED63;
}
.TagClassName
{
border-color: #98ED63;
}
</style>