Shades of Bahia #AFC52F
Tints of Bahia #AFC52F
RGB
CMYK
RGB Variations
Color information
#AFC52F (or 0xAFC52F) is known color: Bahia. HEX triplet: AF, C5 and 2F. RGB value is (175,197,47). Sum of RGB (Red+Green+Blue) = 175+197+47=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC52F is #503AD0. Grayscale: #ADADAD. Windows color (decimal): -5257937 or 3130799. OLE color: 3130799.
HSL color Cylindrical-coordinate representation of color #AFC52F: hue angle of 68.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFC52F is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 47 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.23 |
| HSL | 68.8º | 0.61% | 0.48% | - |
| HSV(B) | 68.8º | 0.76% | 0.77% | - |
| XYZ | 38.16 | 49.25 | 10.18 | - |
| YUV | 173.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 47 | 0.11 | 0 | 0.76 | 0.23 | 68.8 | 0.61 | 0.48 |
| Hex | AF | C5 | 2F | B | 0 | 4C | 17 | 45 | 3D | 30 |
| Octal | 257 | 305 | 57 | 13 | 0 | 114 | 27 | 105 | 75 | 60 |
| Binary | 10101111 | 11000101 | 101111 | 1011 | 0 | 1001100 | 10111 | 1000101 | 111101 | 110000 |
Color Harmonies of #AFC52F
Complementary color
Monochromatic Colors of #AFC52F
Black with #AFC52F
Text Example
Text Example
White with #AFC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC52F; }
p { color: rgb(175,197,47); }
H1.HeaderClassName
{
color: #AFC52F;
}
.AnyTagClassName
{
color: #AFC52F;
}
</style>
background-color css
<style>
a { background-color: #AFC52F; }
a { background-color: rgb(175,197,47); }
div.DivClassName
{
background-color: #AFC52F;
}
.BgClassName
{
background-color: #AFC52F;
}
</style>
border-color css
<style>
span { border-color: #AFC52F; }
span { border-color: rgb(175,197,47); }
td.TdClassName
{
border-color: #AFC52F;
}
.TagClassName
{
border-color: #AFC52F;
}
</style>