Shades of Feijoa #9FDB75
Tints of Feijoa #9FDB75
RGB
CMYK
RGB Variations
Color information
#9FDB75 (or 0x9FDB75) is known color: Feijoa. HEX triplet: 9F, DB and 75. RGB value is (159,219,117). Sum of RGB (Red+Green+Blue) = 159+219+117=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB75 is #60248A. Grayscale: #BDBDBD. Windows color (decimal): -6300811 or 7723935. OLE color: 7723935.
HSL color Cylindrical-coordinate representation of color #9FDB75: hue angle of 95.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FDB75 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 219 | 117 | - |
CMYK | 0.27 | 0 | 0.47 | 0.14 |
HSL | 95.29º | 0.59% | 0.66% | - |
HSV(B) | 95.29º | 0.47% | 0.86% | - |
XYZ | 42.84 | 59.32 | 26.02 | - |
YUV | 189.43 | 87.12 | 106.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 219 | 117 | 0.27 | 0 | 0.47 | 0.14 | 95.29 | 0.59 | 0.66 |
Hex | 9F | DB | 75 | 1B | 0 | 2F | E | 5F | 3B | 42 |
Octal | 237 | 333 | 165 | 33 | 0 | 57 | 16 | 137 | 73 | 102 |
Binary | 10011111 | 11011011 | 1110101 | 11011 | 0 | 101111 | 1110 | 1011111 | 111011 | 1000010 |
Color Harmonies of #9FDB75
Complementary color
Monochromatic Colors of #9FDB75
Black with #9FDB75
Text Example
Text Example
White with #9FDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB75; }
p { color: rgb(159,219,117); }
H1.HeaderClassName
{
color: #9FDB75;
}
.AnyTagClassName
{
color: #9FDB75;
}
</style>
background-color css
<style>
a { background-color: #9FDB75; }
a { background-color: rgb(159,219,117); }
div.DivClassName
{
background-color: #9FDB75;
}
.BgClassName
{
background-color: #9FDB75;
}
</style>
border-color css
<style>
span { border-color: #9FDB75; }
span { border-color: rgb(159,219,117); }
td.TdClassName
{
border-color: #9FDB75;
}
.TagClassName
{
border-color: #9FDB75;
}
</style>