Shades of Bahia #97CE14
Tints of Bahia #97CE14
RGB
CMYK
RGB Variations
Color information
#97CE14 (or 0x97CE14) is known color: Bahia. HEX triplet: 97, CE and 14. RGB value is (151,206,20). Sum of RGB (Red+Green+Blue) = 151+206+20=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CE14 is #6831EB. Grayscale: #A9A9A9. Windows color (decimal): -6828524 or 1363607. OLE color: 1363607.
HSL color Cylindrical-coordinate representation of color #97CE14: hue angle of 77.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97CE14 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 20 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.19 |
| HSL | 77.74º | 0.82% | 0.44% | - |
| HSV(B) | 77.74º | 0.9% | 0.81% | - |
| XYZ | 34.96 | 50.77 | 8.62 | - |
| YUV | 168.35 | 44.28 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 20 | 0.27 | 0 | 0.90 | 0.19 | 77.74 | 0.82 | 0.44 |
| Hex | 97 | CE | 14 | 1B | 0 | 5A | 13 | 4E | 52 | 2C |
| Octal | 227 | 316 | 24 | 33 | 0 | 132 | 23 | 116 | 122 | 54 |
| Binary | 10010111 | 11001110 | 10100 | 11011 | 0 | 1011010 | 10011 | 1001110 | 1010010 | 101100 |
Color Harmonies of #97CE14
Complementary color
Monochromatic Colors of #97CE14
Black with #97CE14
Text Example
Text Example
White with #97CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE14; }
p { color: rgb(151,206,20); }
H1.HeaderClassName
{
color: #97CE14;
}
.AnyTagClassName
{
color: #97CE14;
}
</style>
background-color css
<style>
a { background-color: #97CE14; }
a { background-color: rgb(151,206,20); }
div.DivClassName
{
background-color: #97CE14;
}
.BgClassName
{
background-color: #97CE14;
}
</style>
border-color css
<style>
span { border-color: #97CE14; }
span { border-color: rgb(151,206,20); }
td.TdClassName
{
border-color: #97CE14;
}
.TagClassName
{
border-color: #97CE14;
}
</style>