Shades of Bahia #97CE11
Tints of Bahia #97CE11
RGB
CMYK
RGB Variations
Color information
#97CE11 (or 0x97CE11) is known color: Bahia. HEX triplet: 97, CE and 11. RGB value is (151,206,17). Sum of RGB (Red+Green+Blue) = 151+206+17=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CE11 is #6831EE. Grayscale: #A8A8A8. Windows color (decimal): -6828527 or 1166999. OLE color: 1166999.
HSL color Cylindrical-coordinate representation of color #97CE11: hue angle of 77.46º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97CE11 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 17 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.19 |
| HSL | 77.46º | 0.85% | 0.44% | - |
| HSV(B) | 77.46º | 0.92% | 0.81% | - |
| XYZ | 34.93 | 50.76 | 8.49 | - |
| YUV | 168.01 | 42.78 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 17 | 0.27 | 0 | 0.92 | 0.19 | 77.46 | 0.85 | 0.44 |
| Hex | 97 | CE | 11 | 1B | 0 | 5C | 13 | 4D | 55 | 2C |
| Octal | 227 | 316 | 21 | 33 | 0 | 134 | 23 | 115 | 125 | 54 |
| Binary | 10010111 | 11001110 | 10001 | 11011 | 0 | 1011100 | 10011 | 1001101 | 1010101 | 101100 |
Color Harmonies of #97CE11
Complementary color
Monochromatic Colors of #97CE11
Black with #97CE11
Text Example
Text Example
White with #97CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE11; }
p { color: rgb(151,206,17); }
H1.HeaderClassName
{
color: #97CE11;
}
.AnyTagClassName
{
color: #97CE11;
}
</style>
background-color css
<style>
a { background-color: #97CE11; }
a { background-color: rgb(151,206,17); }
div.DivClassName
{
background-color: #97CE11;
}
.BgClassName
{
background-color: #97CE11;
}
</style>
border-color css
<style>
span { border-color: #97CE11; }
span { border-color: rgb(151,206,17); }
td.TdClassName
{
border-color: #97CE11;
}
.TagClassName
{
border-color: #97CE11;
}
</style>