Shades of Feijoa #AFF37B
Tints of Feijoa #AFF37B
RGB
CMYK
RGB Variations
Color information
#AFF37B (or 0xAFF37B) is known color: Feijoa. HEX triplet: AF, F3 and 7B. RGB value is (175,243,123). Sum of RGB (Red+Green+Blue) = 175+243+123=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF37B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF37B is #500C84. Grayscale: #D1D1D1. Windows color (decimal): -5246085 or 8123311. OLE color: 8123311.
HSL color Cylindrical-coordinate representation of color #AFF37B: hue angle of 94º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF37B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 123 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.05 |
| HSL | 94º | 0.83% | 0.72% | - |
| HSV(B) | 94º | 0.49% | 0.95% | - |
| XYZ | 53.3 | 74.65 | 30.34 | - |
| YUV | 208.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 123 | 0.28 | 0 | 0.49 | 0.05 | 94 | 0.83 | 0.72 |
| Hex | AF | F3 | 7B | 1C | 0 | 31 | 5 | 5E | 53 | 48 |
| Octal | 257 | 363 | 173 | 34 | 0 | 61 | 5 | 136 | 123 | 110 |
| Binary | 10101111 | 11110011 | 1111011 | 11100 | 0 | 110001 | 101 | 1011110 | 1010011 | 1001000 |
Color Harmonies of #AFF37B
Complementary color
Monochromatic Colors of #AFF37B
Black with #AFF37B
Text Example
Text Example
White with #AFF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF37B; }
p { color: rgb(175,243,123); }
H1.HeaderClassName
{
color: #AFF37B;
}
.AnyTagClassName
{
color: #AFF37B;
}
</style>
background-color css
<style>
a { background-color: #AFF37B; }
a { background-color: rgb(175,243,123); }
div.DivClassName
{
background-color: #AFF37B;
}
.BgClassName
{
background-color: #AFF37B;
}
</style>
border-color css
<style>
span { border-color: #AFF37B; }
span { border-color: rgb(175,243,123); }
td.TdClassName
{
border-color: #AFF37B;
}
.TagClassName
{
border-color: #AFF37B;
}
</style>