Shades of Feijoa #9CFB65
Tints of Feijoa #9CFB65
RGB
CMYK
RGB Variations
Color information
#9CFB65 (or 0x9CFB65) is known color: Feijoa. HEX triplet: 9C, FB and 65. RGB value is (156,251,101). Sum of RGB (Red+Green+Blue) = 156+251+101=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFB65 is #63049A. Grayscale: #CECECE. Windows color (decimal): -6489243 or 6683548. OLE color: 6683548.
HSL color Cylindrical-coordinate representation of color #9CFB65: hue angle of 98º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CFB65 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 101 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.02 |
| HSL | 98º | 0.95% | 0.69% | - |
| HSV(B) | 98º | 0.6% | 0.98% | - |
| XYZ | 50.56 | 77 | 24.51 | - |
| YUV | 205.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 101 | 0.38 | 0 | 0.60 | 0.02 | 98 | 0.95 | 0.69 |
| Hex | 9C | FB | 65 | 26 | 0 | 3C | 2 | 62 | 5F | 45 |
| Octal | 234 | 373 | 145 | 46 | 0 | 74 | 2 | 142 | 137 | 105 |
| Binary | 10011100 | 11111011 | 1100101 | 100110 | 0 | 111100 | 10 | 1100010 | 1011111 | 1000101 |
Color Harmonies of #9CFB65
Complementary color
Monochromatic Colors of #9CFB65
Black with #9CFB65
Text Example
Text Example
White with #9CFB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB65; }
p { color: rgb(156,251,101); }
H1.HeaderClassName
{
color: #9CFB65;
}
.AnyTagClassName
{
color: #9CFB65;
}
</style>
background-color css
<style>
a { background-color: #9CFB65; }
a { background-color: rgb(156,251,101); }
div.DivClassName
{
background-color: #9CFB65;
}
.BgClassName
{
background-color: #9CFB65;
}
</style>
border-color css
<style>
span { border-color: #9CFB65; }
span { border-color: rgb(156,251,101); }
td.TdClassName
{
border-color: #9CFB65;
}
.TagClassName
{
border-color: #9CFB65;
}
</style>