Shades of Citrus #97C802
Tints of Citrus #97C802
RGB
CMYK
RGB Variations
Color information
#97C802 (or 0x97C802) is known color: Citrus. HEX triplet: 97, C8 and 02. RGB value is (151,200,2). Sum of RGB (Red+Green+Blue) = 151+200+2=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #97C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C802 is #6837FD. Grayscale: #A3A3A3. Windows color (decimal): -6830078 or 182423. OLE color: 182423.
HSL color Cylindrical-coordinate representation of color #97C802: hue angle of 74.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97C802 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 200 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.22 |
| HSL | 74.85º | 0.98% | 0.4% | - |
| HSV(B) | 74.85º | 0.99% | 0.78% | - |
| XYZ | 33.43 | 47.89 | 7.54 | - |
| YUV | 162.78 | 37.27 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 2 | 0.24 | 0 | 0.99 | 0.22 | 74.85 | 0.98 | 0.4 |
| Hex | 97 | C8 | 2 | 18 | 0 | 63 | 16 | 4B | 62 | 28 |
| Octal | 227 | 310 | 2 | 30 | 0 | 143 | 26 | 113 | 142 | 50 |
| Binary | 10010111 | 11001000 | 10 | 11000 | 0 | 1100011 | 10110 | 1001011 | 1100010 | 101000 |
Color Harmonies of #97C802
Complementary color
Monochromatic Colors of #97C802
Black with #97C802
Text Example
Text Example
White with #97C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C802; }
p { color: rgb(151,200,2); }
H1.HeaderClassName
{
color: #97C802;
}
.AnyTagClassName
{
color: #97C802;
}
</style>
background-color css
<style>
a { background-color: #97C802; }
a { background-color: rgb(151,200,2); }
div.DivClassName
{
background-color: #97C802;
}
.BgClassName
{
background-color: #97C802;
}
</style>
border-color css
<style>
span { border-color: #97C802; }
span { border-color: rgb(151,200,2); }
td.TdClassName
{
border-color: #97C802;
}
.TagClassName
{
border-color: #97C802;
}
</style>