Shades of Citrus #97C515
Tints of Citrus #97C515
RGB
CMYK
RGB Variations
Color information
#97C515 (or 0x97C515) is known color: Citrus. HEX triplet: 97, C5 and 15. RGB value is (151,197,21). Sum of RGB (Red+Green+Blue) = 151+197+21=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #97C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C515 is #683AEA. Grayscale: #A3A3A3. Windows color (decimal): -6830827 or 1426839. OLE color: 1426839.
HSL color Cylindrical-coordinate representation of color #97C515: hue angle of 75.68º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97C515 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 21 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.23 |
| HSL | 75.68º | 0.81% | 0.43% | - |
| HSV(B) | 75.68º | 0.89% | 0.77% | - |
| XYZ | 32.86 | 46.57 | 7.97 | - |
| YUV | 163.18 | 47.76 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 21 | 0.23 | 0 | 0.89 | 0.23 | 75.68 | 0.81 | 0.43 |
| Hex | 97 | C5 | 15 | 17 | 0 | 59 | 17 | 4C | 51 | 2B |
| Octal | 227 | 305 | 25 | 27 | 0 | 131 | 27 | 114 | 121 | 53 |
| Binary | 10010111 | 11000101 | 10101 | 10111 | 0 | 1011001 | 10111 | 1001100 | 1010001 | 101011 |
Color Harmonies of #97C515
Complementary color
Monochromatic Colors of #97C515
Black with #97C515
Text Example
Text Example
White with #97C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C515; }
p { color: rgb(151,197,21); }
H1.HeaderClassName
{
color: #97C515;
}
.AnyTagClassName
{
color: #97C515;
}
</style>
background-color css
<style>
a { background-color: #97C515; }
a { background-color: rgb(151,197,21); }
div.DivClassName
{
background-color: #97C515;
}
.BgClassName
{
background-color: #97C515;
}
</style>
border-color css
<style>
span { border-color: #97C515; }
span { border-color: rgb(151,197,21); }
td.TdClassName
{
border-color: #97C515;
}
.TagClassName
{
border-color: #97C515;
}
</style>