Shades of Feijoa #9CFD67
Tints of Feijoa #9CFD67
RGB
CMYK
RGB Variations
Color information
#9CFD67 (or 0x9CFD67) is known color: Feijoa. HEX triplet: 9C, FD and 67. RGB value is (156,253,103). Sum of RGB (Red+Green+Blue) = 156+253+103=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD67 is #630298. Grayscale: #CFCFCF. Windows color (decimal): -6488729 or 6815132. OLE color: 6815132.
HSL color Cylindrical-coordinate representation of color #9CFD67: hue angle of 98.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CFD67 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 103 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.01 |
| HSL | 98.8º | 0.97% | 0.7% | - |
| HSV(B) | 98.8º | 0.59% | 0.99% | - |
| XYZ | 51.28 | 78.3 | 25.24 | - |
| YUV | 206.9 | 69.36 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 103 | 0.38 | 0 | 0.59 | 0.01 | 98.8 | 0.97 | 0.7 |
| Hex | 9C | FD | 67 | 26 | 0 | 3B | 1 | 63 | 61 | 46 |
| Octal | 234 | 375 | 147 | 46 | 0 | 73 | 1 | 143 | 141 | 106 |
| Binary | 10011100 | 11111101 | 1100111 | 100110 | 0 | 111011 | 1 | 1100011 | 1100001 | 1000110 |
Color Harmonies of #9CFD67
Complementary color
Monochromatic Colors of #9CFD67
Black with #9CFD67
Text Example
Text Example
White with #9CFD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD67; }
p { color: rgb(156,253,103); }
H1.HeaderClassName
{
color: #9CFD67;
}
.AnyTagClassName
{
color: #9CFD67;
}
</style>
background-color css
<style>
a { background-color: #9CFD67; }
a { background-color: rgb(156,253,103); }
div.DivClassName
{
background-color: #9CFD67;
}
.BgClassName
{
background-color: #9CFD67;
}
</style>
border-color css
<style>
span { border-color: #9CFD67; }
span { border-color: rgb(156,253,103); }
td.TdClassName
{
border-color: #9CFD67;
}
.TagClassName
{
border-color: #9CFD67;
}
</style>