Shades of Citrus #97BB14
Tints of Citrus #97BB14
RGB
CMYK
RGB Variations
Color information
#97BB14 (or 0x97BB14) is known color: Citrus. HEX triplet: 97, BB and 14. RGB value is (151,187,20). Sum of RGB (Red+Green+Blue) = 151+187+20=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BB14 is #6844EB. Grayscale: #9D9D9D. Windows color (decimal): -6833388 or 1358743. OLE color: 1358743.
HSL color Cylindrical-coordinate representation of color #97BB14: hue angle of 72.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97BB14 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 187 | 20 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.27 |
| HSL | 72.93º | 0.81% | 0.41% | - |
| HSV(B) | 72.93º | 0.89% | 0.73% | - |
| XYZ | 30.66 | 42.17 | 7.19 | - |
| YUV | 157.2 | 50.57 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 187 | 20 | 0.19 | 0 | 0.89 | 0.27 | 72.93 | 0.81 | 0.41 |
| Hex | 97 | BB | 14 | 13 | 0 | 59 | 1B | 49 | 51 | 29 |
| Octal | 227 | 273 | 24 | 23 | 0 | 131 | 33 | 111 | 121 | 51 |
| Binary | 10010111 | 10111011 | 10100 | 10011 | 0 | 1011001 | 11011 | 1001001 | 1010001 | 101001 |
Color Harmonies of #97BB14
Complementary color
Monochromatic Colors of #97BB14
Black with #97BB14
Text Example
Text Example
White with #97BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BB14; }
p { color: rgb(151,187,20); }
H1.HeaderClassName
{
color: #97BB14;
}
.AnyTagClassName
{
color: #97BB14;
}
</style>
background-color css
<style>
a { background-color: #97BB14; }
a { background-color: rgb(151,187,20); }
div.DivClassName
{
background-color: #97BB14;
}
.BgClassName
{
background-color: #97BB14;
}
</style>
border-color css
<style>
span { border-color: #97BB14; }
span { border-color: rgb(151,187,20); }
td.TdClassName
{
border-color: #97BB14;
}
.TagClassName
{
border-color: #97BB14;
}
</style>