Shades of Feijoa #9DFF67
Tints of Feijoa #9DFF67
RGB
CMYK
RGB Variations
Color information
#9DFF67 (or 0x9DFF67) is known color: Feijoa. HEX triplet: 9D, FF and 67. RGB value is (157,255,103). Sum of RGB (Red+Green+Blue) = 157+255+103=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF67 is #620098. Grayscale: #D0D0D0. Windows color (decimal): -6422681 or 6815645. OLE color: 6815645.
HSL color Cylindrical-coordinate representation of color #9DFF67: hue angle of 98.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DFF67 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 103 | - |
| CMYK | 0.38 | 0 | 0.60 | 0 |
| HSL | 98.68º | 1% | 0.7% | - |
| HSV(B) | 98.68º | 0.6% | 1% | - |
| XYZ | 52.11 | 79.67 | 25.46 | - |
| YUV | 208.37 | 68.53 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 103 | 0.38 | 0 | 0.60 | 0 | 98.68 | 1 | 0.7 |
| Hex | 9D | FF | 67 | 26 | 0 | 3C | 0 | 63 | 64 | 46 |
| Octal | 235 | 377 | 147 | 46 | 0 | 74 | 0 | 143 | 144 | 106 |
| Binary | 10011101 | 11111111 | 1100111 | 100110 | 0 | 111100 | 0 | 1100011 | 1100100 | 1000110 |
Color Harmonies of #9DFF67
Complementary color
Monochromatic Colors of #9DFF67
Black with #9DFF67
Text Example
Text Example
White with #9DFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF67; }
p { color: rgb(157,255,103); }
H1.HeaderClassName
{
color: #9DFF67;
}
.AnyTagClassName
{
color: #9DFF67;
}
</style>
background-color css
<style>
a { background-color: #9DFF67; }
a { background-color: rgb(157,255,103); }
div.DivClassName
{
background-color: #9DFF67;
}
.BgClassName
{
background-color: #9DFF67;
}
</style>
border-color css
<style>
span { border-color: #9DFF67; }
span { border-color: rgb(157,255,103); }
td.TdClassName
{
border-color: #9DFF67;
}
.TagClassName
{
border-color: #9DFF67;
}
</style>