Shades of Bahia #AFC52E
Tints of Bahia #AFC52E
RGB
CMYK
RGB Variations
Color information
#AFC52E (or 0xAFC52E) is known color: Bahia. HEX triplet: AF, C5 and 2E. RGB value is (175,197,46). Sum of RGB (Red+Green+Blue) = 175+197+46=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC52E is #503AD1. Grayscale: #ADADAD. Windows color (decimal): -5257938 or 3065263. OLE color: 3065263.
HSL color Cylindrical-coordinate representation of color #AFC52E: hue angle of 68.74º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFC52E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 46 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.23 |
| HSL | 68.74º | 0.62% | 0.48% | - |
| HSV(B) | 68.74º | 0.77% | 0.77% | - |
| XYZ | 38.14 | 49.24 | 10.08 | - |
| YUV | 173.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 46 | 0.11 | 0 | 0.77 | 0.23 | 68.74 | 0.62 | 0.48 |
| Hex | AF | C5 | 2E | B | 0 | 4D | 17 | 45 | 3E | 30 |
| Octal | 257 | 305 | 56 | 13 | 0 | 115 | 27 | 105 | 76 | 60 |
| Binary | 10101111 | 11000101 | 101110 | 1011 | 0 | 1001101 | 10111 | 1000101 | 111110 | 110000 |
Color Harmonies of #AFC52E
Complementary color
Monochromatic Colors of #AFC52E
Black with #AFC52E
Text Example
Text Example
White with #AFC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC52E; }
p { color: rgb(175,197,46); }
H1.HeaderClassName
{
color: #AFC52E;
}
.AnyTagClassName
{
color: #AFC52E;
}
</style>
background-color css
<style>
a { background-color: #AFC52E; }
a { background-color: rgb(175,197,46); }
div.DivClassName
{
background-color: #AFC52E;
}
.BgClassName
{
background-color: #AFC52E;
}
</style>
border-color css
<style>
span { border-color: #AFC52E; }
span { border-color: rgb(175,197,46); }
td.TdClassName
{
border-color: #AFC52E;
}
.TagClassName
{
border-color: #AFC52E;
}
</style>