Shades of Citrus #97C608
Tints of Citrus #97C608
RGB
CMYK
RGB Variations
Color information
#97C608 (or 0x97C608) is known color: Citrus. HEX triplet: 97, C6 and 08. RGB value is (151,198,8). Sum of RGB (Red+Green+Blue) = 151+198+8=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #97C608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C608 is #6839F7. Grayscale: #A3A3A3. Windows color (decimal): -6830584 or 575127. OLE color: 575127.
HSL color Cylindrical-coordinate representation of color #97C608: hue angle of 74.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97C608 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 198 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.22 |
| HSL | 74.84º | 0.92% | 0.4% | - |
| HSV(B) | 74.84º | 0.96% | 0.78% | - |
| XYZ | 33 | 46.99 | 7.56 | - |
| YUV | 162.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 8 | 0.24 | 0 | 0.96 | 0.22 | 74.84 | 0.92 | 0.4 |
| Hex | 97 | C6 | 8 | 18 | 0 | 60 | 16 | 4B | 5C | 28 |
| Octal | 227 | 306 | 10 | 30 | 0 | 140 | 26 | 113 | 134 | 50 |
| Binary | 10010111 | 11000110 | 1000 | 11000 | 0 | 1100000 | 10110 | 1001011 | 1011100 | 101000 |
Color Harmonies of #97C608
Complementary color
Monochromatic Colors of #97C608
Black with #97C608
Text Example
Text Example
White with #97C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C608; }
p { color: rgb(151,198,8); }
H1.HeaderClassName
{
color: #97C608;
}
.AnyTagClassName
{
color: #97C608;
}
</style>
background-color css
<style>
a { background-color: #97C608; }
a { background-color: rgb(151,198,8); }
div.DivClassName
{
background-color: #97C608;
}
.BgClassName
{
background-color: #97C608;
}
</style>
border-color css
<style>
span { border-color: #97C608; }
span { border-color: rgb(151,198,8); }
td.TdClassName
{
border-color: #97C608;
}
.TagClassName
{
border-color: #97C608;
}
</style>