Shades of Citrus #97CE00
Tints of Citrus #97CE00
RGB
CMYK
RGB Variations
Color information
#97CE00 (or 0x97CE00) is known color: Citrus. HEX triplet: 97, CE and 00. RGB value is (151,206,0). Sum of RGB (Red+Green+Blue) = 151+206+0=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CE00 is #6831FF. Grayscale: #A6A6A6. Windows color (decimal): -6828544 or 52887. OLE color: 52887.
HSL color Cylindrical-coordinate representation of color #97CE00: hue angle of 76.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97CE00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.19 |
| HSL | 76.02º | 1% | 0.4% | - |
| HSV(B) | 76.02º | 1% | 0.81% | - |
| XYZ | 34.83 | 50.72 | 7.95 | - |
| YUV | 166.07 | 34.28 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 0 | 0.27 | 0 | 1 | 0.19 | 76.02 | 1 | 0.4 |
| Hex | 97 | CE | 0 | 1B | 0 | 64 | 13 | 4C | 64 | 28 |
| Octal | 227 | 316 | 0 | 33 | 0 | 144 | 23 | 114 | 144 | 50 |
| Binary | 10010111 | 11001110 | 0 | 11011 | 0 | 1100100 | 10011 | 1001100 | 1100100 | 101000 |
Color Harmonies of #97CE00
Complementary color
Monochromatic Colors of #97CE00
Black with #97CE00
Text Example
Text Example
White with #97CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE00; }
p { color: rgb(151,206,0); }
H1.HeaderClassName
{
color: #97CE00;
}
.AnyTagClassName
{
color: #97CE00;
}
</style>
background-color css
<style>
a { background-color: #97CE00; }
a { background-color: rgb(151,206,0); }
div.DivClassName
{
background-color: #97CE00;
}
.BgClassName
{
background-color: #97CE00;
}
</style>
border-color css
<style>
span { border-color: #97CE00; }
span { border-color: rgb(151,206,0); }
td.TdClassName
{
border-color: #97CE00;
}
.TagClassName
{
border-color: #97CE00;
}
</style>