Shades of Citrus #97C500
Tints of Citrus #97C500
RGB
CMYK
RGB Variations
Color information
#97C500 (or 0x97C500) is known color: Citrus. HEX triplet: 97, C5 and 00. RGB value is (151,197,0). Sum of RGB (Red+Green+Blue) = 151+197+0=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #97C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C500 is #683AFF. Grayscale: #A1A1A1. Windows color (decimal): -6830848 or 50583. OLE color: 50583.
HSL color Cylindrical-coordinate representation of color #97C500: hue angle of 74.01º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97C500 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.23 |
| HSL | 74.01º | 1% | 0.39% | - |
| HSV(B) | 74.01º | 1% | 0.77% | - |
| XYZ | 32.73 | 46.51 | 7.25 | - |
| YUV | 160.79 | 37.26 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 0 | 0.23 | 0 | 1 | 0.23 | 74.01 | 1 | 0.39 |
| Hex | 97 | C5 | 0 | 17 | 0 | 64 | 17 | 4A | 64 | 27 |
| Octal | 227 | 305 | 0 | 27 | 0 | 144 | 27 | 112 | 144 | 47 |
| Binary | 10010111 | 11000101 | 0 | 10111 | 0 | 1100100 | 10111 | 1001010 | 1100100 | 100111 |
Color Harmonies of #97C500
Complementary color
Monochromatic Colors of #97C500
Black with #97C500
Text Example
Text Example
White with #97C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C500; }
p { color: rgb(151,197,0); }
H1.HeaderClassName
{
color: #97C500;
}
.AnyTagClassName
{
color: #97C500;
}
</style>
background-color css
<style>
a { background-color: #97C500; }
a { background-color: rgb(151,197,0); }
div.DivClassName
{
background-color: #97C500;
}
.BgClassName
{
background-color: #97C500;
}
</style>
border-color css
<style>
span { border-color: #97C500; }
span { border-color: rgb(151,197,0); }
td.TdClassName
{
border-color: #97C500;
}
.TagClassName
{
border-color: #97C500;
}
</style>