Shades of Bahia #9DD217
Tints of Bahia #9DD217
RGB
CMYK
RGB Variations
Color information
#9DD217 (or 0x9DD217) is known color: Bahia. HEX triplet: 9D, D2 and 17. RGB value is (157,210,23). Sum of RGB (Red+Green+Blue) = 157+210+23=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD217 is #622DE8. Grayscale: #ADADAD. Windows color (decimal): -6434281 or 1561245. OLE color: 1561245.
HSL color Cylindrical-coordinate representation of color #9DD217: hue angle of 77.01º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DD217 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 23 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.18 |
| HSL | 77.01º | 0.8% | 0.46% | - |
| HSV(B) | 77.01º | 0.89% | 0.82% | - |
| XYZ | 37.11 | 53.32 | 9.15 | - |
| YUV | 172.84 | 43.44 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 23 | 0.25 | 0 | 0.89 | 0.18 | 77.01 | 0.8 | 0.46 |
| Hex | 9D | D2 | 17 | 19 | 0 | 59 | 12 | 4D | 50 | 2E |
| Octal | 235 | 322 | 27 | 31 | 0 | 131 | 22 | 115 | 120 | 56 |
| Binary | 10011101 | 11010010 | 10111 | 11001 | 0 | 1011001 | 10010 | 1001101 | 1010000 | 101110 |
Color Harmonies of #9DD217
Complementary color
Monochromatic Colors of #9DD217
Black with #9DD217
Text Example
Text Example
White with #9DD217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD217; }
p { color: rgb(157,210,23); }
H1.HeaderClassName
{
color: #9DD217;
}
.AnyTagClassName
{
color: #9DD217;
}
</style>
background-color css
<style>
a { background-color: #9DD217; }
a { background-color: rgb(157,210,23); }
div.DivClassName
{
background-color: #9DD217;
}
.BgClassName
{
background-color: #9DD217;
}
</style>
border-color css
<style>
span { border-color: #9DD217; }
span { border-color: rgb(157,210,23); }
td.TdClassName
{
border-color: #9DD217;
}
.TagClassName
{
border-color: #9DD217;
}
</style>