Shades of Feijoa #9CDB68
Tints of Feijoa #9CDB68
RGB
CMYK
RGB Variations
Color information
#9CDB68 (or 0x9CDB68) is known color: Feijoa. HEX triplet: 9C, DB and 68. RGB value is (156,219,104). Sum of RGB (Red+Green+Blue) = 156+219+104=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB68 is #632497. Grayscale: #BBBBBB. Windows color (decimal): -6497432 or 6871964. OLE color: 6871964.
HSL color Cylindrical-coordinate representation of color #9CDB68: hue angle of 92.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CDB68 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 104 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.14 |
| HSL | 92.87º | 0.61% | 0.63% | - |
| HSV(B) | 92.87º | 0.53% | 0.86% | - |
| XYZ | 41.54 | 58.73 | 22.24 | - |
| YUV | 187.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 104 | 0.29 | 0 | 0.53 | 0.14 | 92.87 | 0.61 | 0.63 |
| Hex | 9C | DB | 68 | 1D | 0 | 35 | E | 5D | 3D | 3F |
| Octal | 234 | 333 | 150 | 35 | 0 | 65 | 16 | 135 | 75 | 77 |
| Binary | 10011100 | 11011011 | 1101000 | 11101 | 0 | 110101 | 1110 | 1011101 | 111101 | 111111 |
Color Harmonies of #9CDB68
Complementary color
Monochromatic Colors of #9CDB68
Black with #9CDB68
Text Example
Text Example
White with #9CDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB68; }
p { color: rgb(156,219,104); }
H1.HeaderClassName
{
color: #9CDB68;
}
.AnyTagClassName
{
color: #9CDB68;
}
</style>
background-color css
<style>
a { background-color: #9CDB68; }
a { background-color: rgb(156,219,104); }
div.DivClassName
{
background-color: #9CDB68;
}
.BgClassName
{
background-color: #9CDB68;
}
</style>
border-color css
<style>
span { border-color: #9CDB68; }
span { border-color: rgb(156,219,104); }
td.TdClassName
{
border-color: #9CDB68;
}
.TagClassName
{
border-color: #9CDB68;
}
</style>