Shades of Bahia #9DC51D
Tints of Bahia #9DC51D
RGB
CMYK
RGB Variations
Color information
#9DC51D (or 0x9DC51D) is known color: Bahia. HEX triplet: 9D, C5 and 1D. RGB value is (157,197,29). Sum of RGB (Red+Green+Blue) = 157+197+29=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC51D is #623AE2. Grayscale: #A6A6A6. Windows color (decimal): -6437603 or 1951133. OLE color: 1951133.
HSL color Cylindrical-coordinate representation of color #9DC51D: hue angle of 74.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DC51D is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 29 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.23 |
| HSL | 74.29º | 0.74% | 0.44% | - |
| HSV(B) | 74.29º | 0.85% | 0.77% | - |
| XYZ | 34.09 | 47.19 | 8.47 | - |
| YUV | 165.89 | 50.75 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 29 | 0.20 | 0 | 0.85 | 0.23 | 74.29 | 0.74 | 0.44 |
| Hex | 9D | C5 | 1D | 14 | 0 | 55 | 17 | 4A | 4A | 2C |
| Octal | 235 | 305 | 35 | 24 | 0 | 125 | 27 | 112 | 112 | 54 |
| Binary | 10011101 | 11000101 | 11101 | 10100 | 0 | 1010101 | 10111 | 1001010 | 1001010 | 101100 |
Color Harmonies of #9DC51D
Complementary color
Monochromatic Colors of #9DC51D
Black with #9DC51D
Text Example
Text Example
White with #9DC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC51D; }
p { color: rgb(157,197,29); }
H1.HeaderClassName
{
color: #9DC51D;
}
.AnyTagClassName
{
color: #9DC51D;
}
</style>
background-color css
<style>
a { background-color: #9DC51D; }
a { background-color: rgb(157,197,29); }
div.DivClassName
{
background-color: #9DC51D;
}
.BgClassName
{
background-color: #9DC51D;
}
</style>
border-color css
<style>
span { border-color: #9DC51D; }
span { border-color: rgb(157,197,29); }
td.TdClassName
{
border-color: #9DC51D;
}
.TagClassName
{
border-color: #9DC51D;
}
</style>