Shades of Feijoa #9DF872
Tints of Feijoa #9DF872
RGB
CMYK
RGB Variations
Color information
#9DF872 (or 0x9DF872) is known color: Feijoa. HEX triplet: 9D, F8 and 72. RGB value is (157,248,114). Sum of RGB (Red+Green+Blue) = 157+248+114=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF872 is #62078D. Grayscale: #CDCDCD. Windows color (decimal): -6424462 or 7534749. OLE color: 7534749.
HSL color Cylindrical-coordinate representation of color #9DF872: hue angle of 100.75º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF872 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 114 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.03 |
| HSL | 100.75º | 0.91% | 0.71% | - |
| HSV(B) | 100.75º | 0.54% | 0.97% | - |
| XYZ | 50.51 | 75.52 | 27.83 | - |
| YUV | 205.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 114 | 0.37 | 0 | 0.54 | 0.03 | 100.75 | 0.91 | 0.71 |
| Hex | 9D | F8 | 72 | 25 | 0 | 36 | 3 | 65 | 5B | 47 |
| Octal | 235 | 370 | 162 | 45 | 0 | 66 | 3 | 145 | 133 | 107 |
| Binary | 10011101 | 11111000 | 1110010 | 100101 | 0 | 110110 | 11 | 1100101 | 1011011 | 1000111 |
Color Harmonies of #9DF872
Complementary color
Monochromatic Colors of #9DF872
Black with #9DF872
Text Example
Text Example
White with #9DF872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF872; }
p { color: rgb(157,248,114); }
H1.HeaderClassName
{
color: #9DF872;
}
.AnyTagClassName
{
color: #9DF872;
}
</style>
background-color css
<style>
a { background-color: #9DF872; }
a { background-color: rgb(157,248,114); }
div.DivClassName
{
background-color: #9DF872;
}
.BgClassName
{
background-color: #9DF872;
}
</style>
border-color css
<style>
span { border-color: #9DF872; }
span { border-color: rgb(157,248,114); }
td.TdClassName
{
border-color: #9DF872;
}
.TagClassName
{
border-color: #9DF872;
}
</style>