Shades of Feijoa #98ED6F
Tints of Feijoa #98ED6F
RGB
CMYK
RGB Variations
Color information
#98ED6F (or 0x98ED6F) is known color: Feijoa. HEX triplet: 98, ED and 6F. RGB value is (152,237,111). Sum of RGB (Red+Green+Blue) = 152+237+111=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED6F is #671290. Grayscale: #C5C5C5. Windows color (decimal): -6754961 or 7335320. OLE color: 7335320.
HSL color Cylindrical-coordinate representation of color #98ED6F: hue angle of 100.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98ED6F is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 111 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.07 |
| HSL | 100.48º | 0.78% | 0.68% | - |
| HSV(B) | 100.48º | 0.53% | 0.93% | - |
| XYZ | 46.1 | 68.39 | 25.81 | - |
| YUV | 197.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 111 | 0.36 | 0 | 0.53 | 0.07 | 100.48 | 0.78 | 0.68 |
| Hex | 98 | ED | 6F | 24 | 0 | 35 | 7 | 64 | 4E | 44 |
| Octal | 230 | 355 | 157 | 44 | 0 | 65 | 7 | 144 | 116 | 104 |
| Binary | 10011000 | 11101101 | 1101111 | 100100 | 0 | 110101 | 111 | 1100100 | 1001110 | 1000100 |
Color Harmonies of #98ED6F
Complementary color
Monochromatic Colors of #98ED6F
Black with #98ED6F
Text Example
Text Example
White with #98ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ED6F; }
p { color: rgb(152,237,111); }
H1.HeaderClassName
{
color: #98ED6F;
}
.AnyTagClassName
{
color: #98ED6F;
}
</style>
background-color css
<style>
a { background-color: #98ED6F; }
a { background-color: rgb(152,237,111); }
div.DivClassName
{
background-color: #98ED6F;
}
.BgClassName
{
background-color: #98ED6F;
}
</style>
border-color css
<style>
span { border-color: #98ED6F; }
span { border-color: rgb(152,237,111); }
td.TdClassName
{
border-color: #98ED6F;
}
.TagClassName
{
border-color: #98ED6F;
}
</style>