Shades of Feijoa #98FB68
Tints of Feijoa #98FB68
RGB
CMYK
RGB Variations
Color information
#98FB68 (or 0x98FB68) is known color: Feijoa. HEX triplet: 98, FB and 68. RGB value is (152,251,104). Sum of RGB (Red+Green+Blue) = 152+251+104=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #98FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FB68 is #670497. Grayscale: #CDCDCD. Windows color (decimal): -6751384 or 6880152. OLE color: 6880152.
HSL color Cylindrical-coordinate representation of color #98FB68: hue angle of 100.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98FB68 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 104 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.02 |
| HSL | 100.41º | 0.95% | 0.7% | - |
| HSV(B) | 100.41º | 0.59% | 0.98% | - |
| XYZ | 49.94 | 76.67 | 25.26 | - |
| YUV | 204.64 | 71.2 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 104 | 0.39 | 0 | 0.59 | 0.02 | 100.41 | 0.95 | 0.7 |
| Hex | 98 | FB | 68 | 27 | 0 | 3B | 2 | 64 | 5F | 46 |
| Octal | 230 | 373 | 150 | 47 | 0 | 73 | 2 | 144 | 137 | 106 |
| Binary | 10011000 | 11111011 | 1101000 | 100111 | 0 | 111011 | 10 | 1100100 | 1011111 | 1000110 |
Color Harmonies of #98FB68
Complementary color
Monochromatic Colors of #98FB68
Black with #98FB68
Text Example
Text Example
White with #98FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FB68; }
p { color: rgb(152,251,104); }
H1.HeaderClassName
{
color: #98FB68;
}
.AnyTagClassName
{
color: #98FB68;
}
</style>
background-color css
<style>
a { background-color: #98FB68; }
a { background-color: rgb(152,251,104); }
div.DivClassName
{
background-color: #98FB68;
}
.BgClassName
{
background-color: #98FB68;
}
</style>
border-color css
<style>
span { border-color: #98FB68; }
span { border-color: rgb(152,251,104); }
td.TdClassName
{
border-color: #98FB68;
}
.TagClassName
{
border-color: #98FB68;
}
</style>