Shades of Feijoa #9CFD68
Tints of Feijoa #9CFD68
RGB
CMYK
RGB Variations
Color information
#9CFD68 (or 0x9CFD68) is known color: Feijoa. HEX triplet: 9C, FD and 68. RGB value is (156,253,104). Sum of RGB (Red+Green+Blue) = 156+253+104=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD68 is #630297. Grayscale: #CFCFCF. Windows color (decimal): -6488728 or 6880668. OLE color: 6880668.
HSL color Cylindrical-coordinate representation of color #9CFD68: hue angle of 99.06º 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 #9CFD68 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 104 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.01 |
| HSL | 99.06º | 0.97% | 0.7% | - |
| HSV(B) | 99.06º | 0.59% | 0.99% | - |
| XYZ | 51.33 | 78.32 | 25.51 | - |
| YUV | 207.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 104 | 0.38 | 0 | 0.59 | 0.01 | 99.06 | 0.97 | 0.7 |
| Hex | 9C | FD | 68 | 26 | 0 | 3B | 1 | 63 | 61 | 46 |
| Octal | 234 | 375 | 150 | 46 | 0 | 73 | 1 | 143 | 141 | 106 |
| Binary | 10011100 | 11111101 | 1101000 | 100110 | 0 | 111011 | 1 | 1100011 | 1100001 | 1000110 |
Color Harmonies of #9CFD68
Complementary color
Monochromatic Colors of #9CFD68
Black with #9CFD68
Text Example
Text Example
White with #9CFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD68; }
p { color: rgb(156,253,104); }
H1.HeaderClassName
{
color: #9CFD68;
}
.AnyTagClassName
{
color: #9CFD68;
}
</style>
background-color css
<style>
a { background-color: #9CFD68; }
a { background-color: rgb(156,253,104); }
div.DivClassName
{
background-color: #9CFD68;
}
.BgClassName
{
background-color: #9CFD68;
}
</style>
border-color css
<style>
span { border-color: #9CFD68; }
span { border-color: rgb(156,253,104); }
td.TdClassName
{
border-color: #9CFD68;
}
.TagClassName
{
border-color: #9CFD68;
}
</style>