Shades of Bahia #9FCD1F
Tints of Bahia #9FCD1F
RGB
CMYK
RGB Variations
Color information
#9FCD1F (or 0x9FCD1F) is known color: Bahia. HEX triplet: 9F, CD and 1F. RGB value is (159,205,31). Sum of RGB (Red+Green+Blue) = 159+205+31=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCD1F is #6032E0. Grayscale: #ACACAC. Windows color (decimal): -6304481 or 2084255. OLE color: 2084255.
HSL color Cylindrical-coordinate representation of color #9FCD1F: hue angle of 75.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FCD1F is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 31 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.20 |
| HSL | 75.86º | 0.74% | 0.46% | - |
| HSV(B) | 75.86º | 0.85% | 0.8% | - |
| XYZ | 36.38 | 51.13 | 9.25 | - |
| YUV | 171.41 | 48.76 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 31 | 0.22 | 0 | 0.85 | 0.20 | 75.86 | 0.74 | 0.46 |
| Hex | 9F | CD | 1F | 16 | 0 | 55 | 14 | 4C | 4A | 2E |
| Octal | 237 | 315 | 37 | 26 | 0 | 125 | 24 | 114 | 112 | 56 |
| Binary | 10011111 | 11001101 | 11111 | 10110 | 0 | 1010101 | 10100 | 1001100 | 1001010 | 101110 |
Color Harmonies of #9FCD1F
Complementary color
Monochromatic Colors of #9FCD1F
Black with #9FCD1F
Text Example
Text Example
White with #9FCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD1F; }
p { color: rgb(159,205,31); }
H1.HeaderClassName
{
color: #9FCD1F;
}
.AnyTagClassName
{
color: #9FCD1F;
}
</style>
background-color css
<style>
a { background-color: #9FCD1F; }
a { background-color: rgb(159,205,31); }
div.DivClassName
{
background-color: #9FCD1F;
}
.BgClassName
{
background-color: #9FCD1F;
}
</style>
border-color css
<style>
span { border-color: #9FCD1F; }
span { border-color: rgb(159,205,31); }
td.TdClassName
{
border-color: #9FCD1F;
}
.TagClassName
{
border-color: #9FCD1F;
}
</style>