Shades of Citrus #97CA00
Tints of Citrus #97CA00
RGB
CMYK
RGB Variations
Color information
#97CA00 (or 0x97CA00) is known color: Citrus. HEX triplet: 97, CA and 00. RGB value is (151,202,0). Sum of RGB (Red+Green+Blue) = 151+202+0=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CA00 is #6835FF. Grayscale: #A4A4A4. Windows color (decimal): -6829568 or 51863. OLE color: 51863.
HSL color Cylindrical-coordinate representation of color #97CA00: hue angle of 75.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97CA00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.21 |
| HSL | 75.15º | 1% | 0.4% | - |
| HSV(B) | 75.15º | 1% | 0.79% | - |
| XYZ | 33.88 | 48.82 | 7.64 | - |
| YUV | 163.72 | 35.6 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 0 | 0.25 | 0 | 1 | 0.21 | 75.15 | 1 | 0.4 |
| Hex | 97 | CA | 0 | 19 | 0 | 64 | 15 | 4B | 64 | 28 |
| Octal | 227 | 312 | 0 | 31 | 0 | 144 | 25 | 113 | 144 | 50 |
| Binary | 10010111 | 11001010 | 0 | 11001 | 0 | 1100100 | 10101 | 1001011 | 1100100 | 101000 |
Color Harmonies of #97CA00
Complementary color
Monochromatic Colors of #97CA00
Black with #97CA00
Text Example
Text Example
White with #97CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA00; }
p { color: rgb(151,202,0); }
H1.HeaderClassName
{
color: #97CA00;
}
.AnyTagClassName
{
color: #97CA00;
}
</style>
background-color css
<style>
a { background-color: #97CA00; }
a { background-color: rgb(151,202,0); }
div.DivClassName
{
background-color: #97CA00;
}
.BgClassName
{
background-color: #97CA00;
}
</style>
border-color css
<style>
span { border-color: #97CA00; }
span { border-color: rgb(151,202,0); }
td.TdClassName
{
border-color: #97CA00;
}
.TagClassName
{
border-color: #97CA00;
}
</style>