Shades of Bahia #AFC81E
Tints of Bahia #AFC81E
RGB
CMYK
RGB Variations
Color information
#AFC81E (or 0xAFC81E) is known color: Bahia. HEX triplet: AF, C8 and 1E. RGB value is (175,200,30). Sum of RGB (Red+Green+Blue) = 175+200+30=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC81E is #5037E1. Grayscale: #ADADAD. Windows color (decimal): -5257186 or 2017455. OLE color: 2017455.
HSL color Cylindrical-coordinate representation of color #AFC81E: hue angle of 68.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFC81E is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 30 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.22 |
| HSL | 68.82º | 0.74% | 0.45% | - |
| HSV(B) | 68.82º | 0.85% | 0.78% | - |
| XYZ | 38.57 | 50.52 | 8.95 | - |
| YUV | 173.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 30 | 0.12 | 0 | 0.85 | 0.22 | 68.82 | 0.74 | 0.45 |
| Hex | AF | C8 | 1E | C | 0 | 55 | 16 | 45 | 4A | 2D |
| Octal | 257 | 310 | 36 | 14 | 0 | 125 | 26 | 105 | 112 | 55 |
| Binary | 10101111 | 11001000 | 11110 | 1100 | 0 | 1010101 | 10110 | 1000101 | 1001010 | 101101 |
Color Harmonies of #AFC81E
Complementary color
Monochromatic Colors of #AFC81E
Black with #AFC81E
Text Example
Text Example
White with #AFC81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC81E; }
p { color: rgb(175,200,30); }
H1.HeaderClassName
{
color: #AFC81E;
}
.AnyTagClassName
{
color: #AFC81E;
}
</style>
background-color css
<style>
a { background-color: #AFC81E; }
a { background-color: rgb(175,200,30); }
div.DivClassName
{
background-color: #AFC81E;
}
.BgClassName
{
background-color: #AFC81E;
}
</style>
border-color css
<style>
span { border-color: #AFC81E; }
span { border-color: rgb(175,200,30); }
td.TdClassName
{
border-color: #AFC81E;
}
.TagClassName
{
border-color: #AFC81E;
}
</style>