Shades of Citrus #97D202
Tints of Citrus #97D202
RGB
CMYK
RGB Variations
Color information
#97D202 (or 0x97D202) is known color: Citrus. HEX triplet: 97, D2 and 02. RGB value is (151,210,2). Sum of RGB (Red+Green+Blue) = 151+210+2=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #97D202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D202 is #682DFD. Grayscale: #A9A9A9. Windows color (decimal): -6827518 or 184983. OLE color: 184983.
HSL color Cylindrical-coordinate representation of color #97D202: hue angle of 77.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97D202 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.18 |
| HSL | 77.02º | 0.98% | 0.42% | - |
| HSV(B) | 77.02º | 0.99% | 0.82% | - |
| XYZ | 35.82 | 52.68 | 8.34 | - |
| YUV | 168.65 | 33.95 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 2 | 0.28 | 0 | 0.99 | 0.18 | 77.02 | 0.98 | 0.42 |
| Hex | 97 | D2 | 2 | 1C | 0 | 63 | 12 | 4D | 62 | 2A |
| Octal | 227 | 322 | 2 | 34 | 0 | 143 | 22 | 115 | 142 | 52 |
| Binary | 10010111 | 11010010 | 10 | 11100 | 0 | 1100011 | 10010 | 1001101 | 1100010 | 101010 |
Color Harmonies of #97D202
Complementary color
Monochromatic Colors of #97D202
Black with #97D202
Text Example
Text Example
White with #97D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D202; }
p { color: rgb(151,210,2); }
H1.HeaderClassName
{
color: #97D202;
}
.AnyTagClassName
{
color: #97D202;
}
</style>
background-color css
<style>
a { background-color: #97D202; }
a { background-color: rgb(151,210,2); }
div.DivClassName
{
background-color: #97D202;
}
.BgClassName
{
background-color: #97D202;
}
</style>
border-color css
<style>
span { border-color: #97D202; }
span { border-color: rgb(151,210,2); }
td.TdClassName
{
border-color: #97D202;
}
.TagClassName
{
border-color: #97D202;
}
</style>