Shades of Feijoa #9DFB67
Tints of Feijoa #9DFB67
RGB
CMYK
RGB Variations
Color information
#9DFB67 (or 0x9DFB67) is known color: Feijoa. HEX triplet: 9D, FB and 67. RGB value is (157,251,103). Sum of RGB (Red+Green+Blue) = 157+251+103=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFB67 is #620498. Grayscale: #CECECE. Windows color (decimal): -6423705 or 6814621. OLE color: 6814621.
HSL color Cylindrical-coordinate representation of color #9DFB67: hue angle of 98.11º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DFB67 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 103 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.02 |
| HSL | 98.11º | 0.95% | 0.69% | - |
| HSV(B) | 98.11º | 0.59% | 0.98% | - |
| XYZ | 50.85 | 77.14 | 25.04 | - |
| YUV | 206.02 | 69.86 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 103 | 0.37 | 0 | 0.59 | 0.02 | 98.11 | 0.95 | 0.69 |
| Hex | 9D | FB | 67 | 25 | 0 | 3B | 2 | 62 | 5F | 45 |
| Octal | 235 | 373 | 147 | 45 | 0 | 73 | 2 | 142 | 137 | 105 |
| Binary | 10011101 | 11111011 | 1100111 | 100101 | 0 | 111011 | 10 | 1100010 | 1011111 | 1000101 |
Color Harmonies of #9DFB67
Complementary color
Monochromatic Colors of #9DFB67
Black with #9DFB67
Text Example
Text Example
White with #9DFB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFB67; }
p { color: rgb(157,251,103); }
H1.HeaderClassName
{
color: #9DFB67;
}
.AnyTagClassName
{
color: #9DFB67;
}
</style>
background-color css
<style>
a { background-color: #9DFB67; }
a { background-color: rgb(157,251,103); }
div.DivClassName
{
background-color: #9DFB67;
}
.BgClassName
{
background-color: #9DFB67;
}
</style>
border-color css
<style>
span { border-color: #9DFB67; }
span { border-color: rgb(157,251,103); }
td.TdClassName
{
border-color: #9DFB67;
}
.TagClassName
{
border-color: #9DFB67;
}
</style>