Shades of Citrus #97C908
Tints of Citrus #97C908
RGB
CMYK
RGB Variations
Color information
#97C908 (or 0x97C908) is known color: Citrus. HEX triplet: 97, C9 and 08. RGB value is (151,201,8). Sum of RGB (Red+Green+Blue) = 151+201+8=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #97C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C908 is #6836F7. Grayscale: #A4A4A4. Windows color (decimal): -6829816 or 575895. OLE color: 575895.
HSL color Cylindrical-coordinate representation of color #97C908: hue angle of 75.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97C908 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.21 |
| HSL | 75.54º | 0.92% | 0.41% | - |
| HSV(B) | 75.54º | 0.96% | 0.79% | - |
| XYZ | 33.69 | 48.37 | 7.79 | - |
| YUV | 164.05 | 39.94 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 8 | 0.25 | 0 | 0.96 | 0.21 | 75.54 | 0.92 | 0.41 |
| Hex | 97 | C9 | 8 | 19 | 0 | 60 | 15 | 4C | 5C | 29 |
| Octal | 227 | 311 | 10 | 31 | 0 | 140 | 25 | 114 | 134 | 51 |
| Binary | 10010111 | 11001001 | 1000 | 11001 | 0 | 1100000 | 10101 | 1001100 | 1011100 | 101001 |
Color Harmonies of #97C908
Complementary color
Monochromatic Colors of #97C908
Black with #97C908
Text Example
Text Example
White with #97C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C908; }
p { color: rgb(151,201,8); }
H1.HeaderClassName
{
color: #97C908;
}
.AnyTagClassName
{
color: #97C908;
}
</style>
background-color css
<style>
a { background-color: #97C908; }
a { background-color: rgb(151,201,8); }
div.DivClassName
{
background-color: #97C908;
}
.BgClassName
{
background-color: #97C908;
}
</style>
border-color css
<style>
span { border-color: #97C908; }
span { border-color: rgb(151,201,8); }
td.TdClassName
{
border-color: #97C908;
}
.TagClassName
{
border-color: #97C908;
}
</style>