Shades of Bahia #AFC41E
Tints of Bahia #AFC41E
RGB
CMYK
RGB Variations
Color information
#AFC41E (or 0xAFC41E) is known color: Bahia. HEX triplet: AF, C4 and 1E. RGB value is (175,196,30). Sum of RGB (Red+Green+Blue) = 175+196+30=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC41E is #503BE1. Grayscale: #ABABAB. Windows color (decimal): -5258210 or 2016431. OLE color: 2016431.
HSL color Cylindrical-coordinate representation of color #AFC41E: hue angle of 67.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFC41E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 30 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.23 |
| HSL | 67.59º | 0.73% | 0.44% | - |
| HSV(B) | 67.59º | 0.85% | 0.77% | - |
| XYZ | 37.65 | 48.69 | 8.64 | - |
| YUV | 170.8 | 48.54 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 30 | 0.11 | 0 | 0.85 | 0.23 | 67.59 | 0.73 | 0.44 |
| Hex | AF | C4 | 1E | B | 0 | 55 | 17 | 44 | 49 | 2C |
| Octal | 257 | 304 | 36 | 13 | 0 | 125 | 27 | 104 | 111 | 54 |
| Binary | 10101111 | 11000100 | 11110 | 1011 | 0 | 1010101 | 10111 | 1000100 | 1001001 | 101100 |
Color Harmonies of #AFC41E
Complementary color
Monochromatic Colors of #AFC41E
Black with #AFC41E
Text Example
Text Example
White with #AFC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC41E; }
p { color: rgb(175,196,30); }
H1.HeaderClassName
{
color: #AFC41E;
}
.AnyTagClassName
{
color: #AFC41E;
}
</style>
background-color css
<style>
a { background-color: #AFC41E; }
a { background-color: rgb(175,196,30); }
div.DivClassName
{
background-color: #AFC41E;
}
.BgClassName
{
background-color: #AFC41E;
}
</style>
border-color css
<style>
span { border-color: #AFC41E; }
span { border-color: rgb(175,196,30); }
td.TdClassName
{
border-color: #AFC41E;
}
.TagClassName
{
border-color: #AFC41E;
}
</style>