Shades of Bahia #AFC81D
Tints of Bahia #AFC81D
RGB
CMYK
RGB Variations
Color information
#AFC81D (or 0xAFC81D) is known color: Bahia. HEX triplet: AF, C8 and 1D. RGB value is (175,200,29). Sum of RGB (Red+Green+Blue) = 175+200+29=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC81D is #5037E2. Grayscale: #ADADAD. Windows color (decimal): -5257187 or 1951919. OLE color: 1951919.
HSL color Cylindrical-coordinate representation of color #AFC81D: hue angle of 68.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC81D is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 29 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.22 |
| HSL | 68.77º | 0.75% | 0.45% | - |
| HSV(B) | 68.77º | 0.86% | 0.78% | - |
| XYZ | 38.56 | 50.51 | 8.88 | - |
| YUV | 173.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 29 | 0.12 | 0 | 0.86 | 0.22 | 68.77 | 0.75 | 0.45 |
| Hex | AF | C8 | 1D | C | 0 | 56 | 16 | 45 | 4B | 2D |
| Octal | 257 | 310 | 35 | 14 | 0 | 126 | 26 | 105 | 113 | 55 |
| Binary | 10101111 | 11001000 | 11101 | 1100 | 0 | 1010110 | 10110 | 1000101 | 1001011 | 101101 |
Color Harmonies of #AFC81D
Complementary color
Monochromatic Colors of #AFC81D
Black with #AFC81D
Text Example
Text Example
White with #AFC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC81D; }
p { color: rgb(175,200,29); }
H1.HeaderClassName
{
color: #AFC81D;
}
.AnyTagClassName
{
color: #AFC81D;
}
</style>
background-color css
<style>
a { background-color: #AFC81D; }
a { background-color: rgb(175,200,29); }
div.DivClassName
{
background-color: #AFC81D;
}
.BgClassName
{
background-color: #AFC81D;
}
</style>
border-color css
<style>
span { border-color: #AFC81D; }
span { border-color: rgb(175,200,29); }
td.TdClassName
{
border-color: #AFC81D;
}
.TagClassName
{
border-color: #AFC81D;
}
</style>