Shades of Bahia #ADCF25
Tints of Bahia #ADCF25
RGB
CMYK
RGB Variations
Color information
#ADCF25 (or 0xADCF25) is known color: Bahia. HEX triplet: AD, CF and 25. RGB value is (173,207,37). Sum of RGB (Red+Green+Blue) = 173+207+37=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF25 is #5230DA. Grayscale: #B2B2B2. Windows color (decimal): -5386459 or 2477997. OLE color: 2477997.
HSL color Cylindrical-coordinate representation of color #ADCF25: hue angle of 72º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADCF25 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 37 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.19 |
| HSL | 72º | 0.7% | 0.48% | - |
| HSV(B) | 72º | 0.82% | 0.81% | - |
| XYZ | 39.88 | 53.64 | 10 | - |
| YUV | 177.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 37 | 0.16 | 0 | 0.82 | 0.19 | 72 | 0.7 | 0.48 |
| Hex | AD | CF | 25 | 10 | 0 | 52 | 13 | 48 | 46 | 30 |
| Octal | 255 | 317 | 45 | 20 | 0 | 122 | 23 | 110 | 106 | 60 |
| Binary | 10101101 | 11001111 | 100101 | 10000 | 0 | 1010010 | 10011 | 1001000 | 1000110 | 110000 |
Color Harmonies of #ADCF25
Complementary color
Monochromatic Colors of #ADCF25
Black with #ADCF25
Text Example
Text Example
White with #ADCF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF25; }
p { color: rgb(173,207,37); }
H1.HeaderClassName
{
color: #ADCF25;
}
.AnyTagClassName
{
color: #ADCF25;
}
</style>
background-color css
<style>
a { background-color: #ADCF25; }
a { background-color: rgb(173,207,37); }
div.DivClassName
{
background-color: #ADCF25;
}
.BgClassName
{
background-color: #ADCF25;
}
</style>
border-color css
<style>
span { border-color: #ADCF25; }
span { border-color: rgb(173,207,37); }
td.TdClassName
{
border-color: #ADCF25;
}
.TagClassName
{
border-color: #ADCF25;
}
</style>