Shades of Feijoa #9DF57B
Tints of Feijoa #9DF57B
RGB
CMYK
RGB Variations
Color information
#9DF57B (or 0x9DF57B) is known color: Feijoa. HEX triplet: 9D, F5 and 7B. RGB value is (157,245,123). Sum of RGB (Red+Green+Blue) = 157+245+123=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF57B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF57B is #620A84. Grayscale: #CDCDCD. Windows color (decimal): -6425221 or 8123805. OLE color: 8123805.
HSL color Cylindrical-coordinate representation of color #9DF57B: hue angle of 103.28º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DF57B is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 123 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.04 |
| HSL | 103.28º | 0.86% | 0.72% | - |
| HSV(B) | 103.28º | 0.5% | 0.96% | - |
| XYZ | 50.13 | 73.9 | 30.36 | - |
| YUV | 204.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 123 | 0.36 | 0 | 0.50 | 0.04 | 103.28 | 0.86 | 0.72 |
| Hex | 9D | F5 | 7B | 24 | 0 | 32 | 4 | 67 | 56 | 48 |
| Octal | 235 | 365 | 173 | 44 | 0 | 62 | 4 | 147 | 126 | 110 |
| Binary | 10011101 | 11110101 | 1111011 | 100100 | 0 | 110010 | 100 | 1100111 | 1010110 | 1001000 |
Color Harmonies of #9DF57B
Complementary color
Monochromatic Colors of #9DF57B
Black with #9DF57B
Text Example
Text Example
White with #9DF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF57B; }
p { color: rgb(157,245,123); }
H1.HeaderClassName
{
color: #9DF57B;
}
.AnyTagClassName
{
color: #9DF57B;
}
</style>
background-color css
<style>
a { background-color: #9DF57B; }
a { background-color: rgb(157,245,123); }
div.DivClassName
{
background-color: #9DF57B;
}
.BgClassName
{
background-color: #9DF57B;
}
</style>
border-color css
<style>
span { border-color: #9DF57B; }
span { border-color: rgb(157,245,123); }
td.TdClassName
{
border-color: #9DF57B;
}
.TagClassName
{
border-color: #9DF57B;
}
</style>