Shades of Feijoa #9DF277
Tints of Feijoa #9DF277
RGB
CMYK
RGB Variations
Color information
#9DF277 (or 0x9DF277) is known color: Feijoa. HEX triplet: 9D, F2 and 77. RGB value is (157,242,119). Sum of RGB (Red+Green+Blue) = 157+242+119=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF277 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF277 is #620D88. Grayscale: #CACACA. Windows color (decimal): -6425993 or 7860893. OLE color: 7860893.
HSL color Cylindrical-coordinate representation of color #9DF277: hue angle of 101.46º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF277 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 119 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.05 |
| HSL | 101.46º | 0.83% | 0.71% | - |
| HSV(B) | 101.46º | 0.51% | 0.95% | - |
| XYZ | 48.99 | 72 | 28.77 | - |
| YUV | 202.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 119 | 0.35 | 0 | 0.51 | 0.05 | 101.46 | 0.83 | 0.71 |
| Hex | 9D | F2 | 77 | 23 | 0 | 33 | 5 | 65 | 53 | 47 |
| Octal | 235 | 362 | 167 | 43 | 0 | 63 | 5 | 145 | 123 | 107 |
| Binary | 10011101 | 11110010 | 1110111 | 100011 | 0 | 110011 | 101 | 1100101 | 1010011 | 1000111 |
Color Harmonies of #9DF277
Complementary color
Monochromatic Colors of #9DF277
Black with #9DF277
Text Example
Text Example
White with #9DF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF277; }
p { color: rgb(157,242,119); }
H1.HeaderClassName
{
color: #9DF277;
}
.AnyTagClassName
{
color: #9DF277;
}
</style>
background-color css
<style>
a { background-color: #9DF277; }
a { background-color: rgb(157,242,119); }
div.DivClassName
{
background-color: #9DF277;
}
.BgClassName
{
background-color: #9DF277;
}
</style>
border-color css
<style>
span { border-color: #9DF277; }
span { border-color: rgb(157,242,119); }
td.TdClassName
{
border-color: #9DF277;
}
.TagClassName
{
border-color: #9DF277;
}
</style>