Shades of Bahia #98CF11
Tints of Bahia #98CF11
RGB
CMYK
RGB Variations
Color information
#98CF11 (or 0x98CF11) is known color: Bahia. HEX triplet: 98, CF and 11. RGB value is (152,207,17). Sum of RGB (Red+Green+Blue) = 152+207+17=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CF11 is #6730EE. Grayscale: #A9A9A9. Windows color (decimal): -6762735 or 1167256. OLE color: 1167256.
HSL color Cylindrical-coordinate representation of color #98CF11: hue angle of 77.37º 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 #98CF11 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 17 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.19 |
| HSL | 77.37º | 0.85% | 0.44% | - |
| HSV(B) | 77.37º | 0.92% | 0.81% | - |
| XYZ | 35.36 | 51.34 | 8.58 | - |
| YUV | 168.9 | 42.28 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 17 | 0.27 | 0 | 0.92 | 0.19 | 77.37 | 0.85 | 0.44 |
| Hex | 98 | CF | 11 | 1B | 0 | 5C | 13 | 4D | 55 | 2C |
| Octal | 230 | 317 | 21 | 33 | 0 | 134 | 23 | 115 | 125 | 54 |
| Binary | 10011000 | 11001111 | 10001 | 11011 | 0 | 1011100 | 10011 | 1001101 | 1010101 | 101100 |
Color Harmonies of #98CF11
Complementary color
Monochromatic Colors of #98CF11
Black with #98CF11
Text Example
Text Example
White with #98CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CF11; }
p { color: rgb(152,207,17); }
H1.HeaderClassName
{
color: #98CF11;
}
.AnyTagClassName
{
color: #98CF11;
}
</style>
background-color css
<style>
a { background-color: #98CF11; }
a { background-color: rgb(152,207,17); }
div.DivClassName
{
background-color: #98CF11;
}
.BgClassName
{
background-color: #98CF11;
}
</style>
border-color css
<style>
span { border-color: #98CF11; }
span { border-color: rgb(152,207,17); }
td.TdClassName
{
border-color: #98CF11;
}
.TagClassName
{
border-color: #98CF11;
}
</style>