Shades of Bahia #ADD425
Tints of Bahia #ADD425
RGB
CMYK
RGB Variations
Color information
#ADD425 (or 0xADD425) is known color: Bahia. HEX triplet: AD, D4 and 25. RGB value is (173,212,37). Sum of RGB (Red+Green+Blue) = 173+212+37=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD425 is #522BDA. Grayscale: #B5B5B5. Windows color (decimal): -5385179 or 2479277. OLE color: 2479277.
HSL color Cylindrical-coordinate representation of color #ADD425: hue angle of 73.37º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADD425 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 37 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.17 |
| HSL | 73.37º | 0.7% | 0.49% | - |
| HSV(B) | 73.37º | 0.83% | 0.83% | - |
| XYZ | 41.11 | 56.1 | 10.41 | - |
| YUV | 180.39 | 47.08 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 37 | 0.18 | 0 | 0.83 | 0.17 | 73.37 | 0.7 | 0.49 |
| Hex | AD | D4 | 25 | 12 | 0 | 53 | 11 | 49 | 46 | 31 |
| Octal | 255 | 324 | 45 | 22 | 0 | 123 | 21 | 111 | 106 | 61 |
| Binary | 10101101 | 11010100 | 100101 | 10010 | 0 | 1010011 | 10001 | 1001001 | 1000110 | 110001 |
Color Harmonies of #ADD425
Complementary color
Monochromatic Colors of #ADD425
Black with #ADD425
Text Example
Text Example
White with #ADD425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD425; }
p { color: rgb(173,212,37); }
H1.HeaderClassName
{
color: #ADD425;
}
.AnyTagClassName
{
color: #ADD425;
}
</style>
background-color css
<style>
a { background-color: #ADD425; }
a { background-color: rgb(173,212,37); }
div.DivClassName
{
background-color: #ADD425;
}
.BgClassName
{
background-color: #ADD425;
}
</style>
border-color css
<style>
span { border-color: #ADD425; }
span { border-color: rgb(173,212,37); }
td.TdClassName
{
border-color: #ADD425;
}
.TagClassName
{
border-color: #ADD425;
}
</style>