Shades of Bahia #AFC82F
Tints of Bahia #AFC82F
RGB
CMYK
RGB Variations
Color information
#AFC82F (or 0xAFC82F) is known color: Bahia. HEX triplet: AF, C8 and 2F. RGB value is (175,200,47). Sum of RGB (Red+Green+Blue) = 175+200+47=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC82F is #5037D0. Grayscale: #AFAFAF. Windows color (decimal): -5257169 or 3131567. OLE color: 3131567.
HSL color Cylindrical-coordinate representation of color #AFC82F: hue angle of 69.8º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFC82F is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 47 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.22 |
| HSL | 69.8º | 0.62% | 0.48% | - |
| HSV(B) | 69.8º | 0.77% | 0.78% | - |
| XYZ | 38.85 | 50.63 | 10.41 | - |
| YUV | 175.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 47 | 0.12 | 0 | 0.76 | 0.22 | 69.8 | 0.62 | 0.48 |
| Hex | AF | C8 | 2F | C | 0 | 4C | 16 | 46 | 3E | 30 |
| Octal | 257 | 310 | 57 | 14 | 0 | 114 | 26 | 106 | 76 | 60 |
| Binary | 10101111 | 11001000 | 101111 | 1100 | 0 | 1001100 | 10110 | 1000110 | 111110 | 110000 |
Color Harmonies of #AFC82F
Complementary color
Monochromatic Colors of #AFC82F
Black with #AFC82F
Text Example
Text Example
White with #AFC82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC82F; }
p { color: rgb(175,200,47); }
H1.HeaderClassName
{
color: #AFC82F;
}
.AnyTagClassName
{
color: #AFC82F;
}
</style>
background-color css
<style>
a { background-color: #AFC82F; }
a { background-color: rgb(175,200,47); }
div.DivClassName
{
background-color: #AFC82F;
}
.BgClassName
{
background-color: #AFC82F;
}
</style>
border-color css
<style>
span { border-color: #AFC82F; }
span { border-color: rgb(175,200,47); }
td.TdClassName
{
border-color: #AFC82F;
}
.TagClassName
{
border-color: #AFC82F;
}
</style>