Shades of Citrus #97C016
Tints of Citrus #97C016
RGB
CMYK
RGB Variations
Color information
#97C016 (or 0x97C016) is known color: Citrus. HEX triplet: 97, C0 and 16. RGB value is (151,192,22). Sum of RGB (Red+Green+Blue) = 151+192+22=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #97C016 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C016 is #683FE9. Grayscale: #A0A0A0. Windows color (decimal): -6832106 or 1491095. OLE color: 1491095.
HSL color Cylindrical-coordinate representation of color #97C016: hue angle of 74.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97C016 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 22 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.25 |
| HSL | 74.47º | 0.79% | 0.42% | - |
| HSV(B) | 74.47º | 0.89% | 0.75% | - |
| XYZ | 31.76 | 44.34 | 7.64 | - |
| YUV | 160.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 22 | 0.21 | 0 | 0.89 | 0.25 | 74.47 | 0.79 | 0.42 |
| Hex | 97 | C0 | 16 | 15 | 0 | 59 | 19 | 4A | 4F | 2A |
| Octal | 227 | 300 | 26 | 25 | 0 | 131 | 31 | 112 | 117 | 52 |
| Binary | 10010111 | 11000000 | 10110 | 10101 | 0 | 1011001 | 11001 | 1001010 | 1001111 | 101010 |
Color Harmonies of #97C016
Complementary color
Monochromatic Colors of #97C016
Black with #97C016
Text Example
Text Example
White with #97C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C016; }
p { color: rgb(151,192,22); }
H1.HeaderClassName
{
color: #97C016;
}
.AnyTagClassName
{
color: #97C016;
}
</style>
background-color css
<style>
a { background-color: #97C016; }
a { background-color: rgb(151,192,22); }
div.DivClassName
{
background-color: #97C016;
}
.BgClassName
{
background-color: #97C016;
}
</style>
border-color css
<style>
span { border-color: #97C016; }
span { border-color: rgb(151,192,22); }
td.TdClassName
{
border-color: #97C016;
}
.TagClassName
{
border-color: #97C016;
}
</style>