Shades of Feijoa #AFE67B
Tints of Feijoa #AFE67B
RGB
CMYK
RGB Variations
Color information
#AFE67B (or 0xAFE67B) is known color: Feijoa. HEX triplet: AF, E6 and 7B. RGB value is (175,230,123). Sum of RGB (Red+Green+Blue) = 175+230+123=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE67B is #501984. Grayscale: #C9C9C9. Windows color (decimal): -5249413 or 8119983. OLE color: 8119983.
HSL color Cylindrical-coordinate representation of color #AFE67B: hue angle of 90.84º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFE67B is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 123 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.10 |
| HSL | 90.84º | 0.68% | 0.69% | - |
| HSV(B) | 90.84º | 0.47% | 0.9% | - |
| XYZ | 49.55 | 67.14 | 29.09 | - |
| YUV | 201.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 123 | 0.24 | 0 | 0.47 | 0.10 | 90.84 | 0.68 | 0.69 |
| Hex | AF | E6 | 7B | 18 | 0 | 2F | A | 5B | 44 | 45 |
| Octal | 257 | 346 | 173 | 30 | 0 | 57 | 12 | 133 | 104 | 105 |
| Binary | 10101111 | 11100110 | 1111011 | 11000 | 0 | 101111 | 1010 | 1011011 | 1000100 | 1000101 |
Color Harmonies of #AFE67B
Complementary color
Monochromatic Colors of #AFE67B
Black with #AFE67B
Text Example
Text Example
White with #AFE67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE67B; }
p { color: rgb(175,230,123); }
H1.HeaderClassName
{
color: #AFE67B;
}
.AnyTagClassName
{
color: #AFE67B;
}
</style>
background-color css
<style>
a { background-color: #AFE67B; }
a { background-color: rgb(175,230,123); }
div.DivClassName
{
background-color: #AFE67B;
}
.BgClassName
{
background-color: #AFE67B;
}
</style>
border-color css
<style>
span { border-color: #AFE67B; }
span { border-color: rgb(175,230,123); }
td.TdClassName
{
border-color: #AFE67B;
}
.TagClassName
{
border-color: #AFE67B;
}
</style>