Shades of Feijoa #9DFF6B
Tints of Feijoa #9DFF6B
RGB
CMYK
RGB Variations
Color information
#9DFF6B (or 0x9DFF6B) is known color: Feijoa. HEX triplet: 9D, FF and 6B. RGB value is (157,255,107). Sum of RGB (Red+Green+Blue) = 157+255+107=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF6B is #620094. Grayscale: #D1D1D1. Windows color (decimal): -6422677 or 7077789. OLE color: 7077789.
HSL color Cylindrical-coordinate representation of color #9DFF6B: hue angle of 99.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DFF6B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 107 | - |
| CMYK | 0.38 | 0 | 0.58 | 0 |
| HSL | 99.73º | 1% | 0.71% | - |
| HSV(B) | 99.73º | 0.58% | 1% | - |
| XYZ | 52.32 | 79.75 | 26.55 | - |
| YUV | 208.83 | 70.53 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 107 | 0.38 | 0 | 0.58 | 0 | 99.73 | 1 | 0.71 |
| Hex | 9D | FF | 6B | 26 | 0 | 3A | 0 | 64 | 64 | 47 |
| Octal | 235 | 377 | 153 | 46 | 0 | 72 | 0 | 144 | 144 | 107 |
| Binary | 10011101 | 11111111 | 1101011 | 100110 | 0 | 111010 | 0 | 1100100 | 1100100 | 1000111 |
Color Harmonies of #9DFF6B
Complementary color
Monochromatic Colors of #9DFF6B
Black with #9DFF6B
Text Example
Text Example
White with #9DFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF6B; }
p { color: rgb(157,255,107); }
H1.HeaderClassName
{
color: #9DFF6B;
}
.AnyTagClassName
{
color: #9DFF6B;
}
</style>
background-color css
<style>
a { background-color: #9DFF6B; }
a { background-color: rgb(157,255,107); }
div.DivClassName
{
background-color: #9DFF6B;
}
.BgClassName
{
background-color: #9DFF6B;
}
</style>
border-color css
<style>
span { border-color: #9DFF6B; }
span { border-color: rgb(157,255,107); }
td.TdClassName
{
border-color: #9DFF6B;
}
.TagClassName
{
border-color: #9DFF6B;
}
</style>