Shades of Citrus #97D302
Tints of Citrus #97D302
RGB
CMYK
RGB Variations
Color information
#97D302 (or 0x97D302) is known color: Citrus. HEX triplet: 97, D3 and 02. RGB value is (151,211,2). Sum of RGB (Red+Green+Blue) = 151+211+2=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #97D302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D302 is #682CFD. Grayscale: #AAAAAA. Windows color (decimal): -6827262 or 185239. OLE color: 185239.
HSL color Cylindrical-coordinate representation of color #97D302: hue angle of 77.22º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97D302 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.17 |
| HSL | 77.22º | 0.98% | 0.42% | - |
| HSV(B) | 77.22º | 0.99% | 0.83% | - |
| XYZ | 36.07 | 53.17 | 8.42 | - |
| YUV | 169.23 | 33.62 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 2 | 0.28 | 0 | 0.99 | 0.17 | 77.22 | 0.98 | 0.42 |
| Hex | 97 | D3 | 2 | 1C | 0 | 63 | 11 | 4D | 62 | 2A |
| Octal | 227 | 323 | 2 | 34 | 0 | 143 | 21 | 115 | 142 | 52 |
| Binary | 10010111 | 11010011 | 10 | 11100 | 0 | 1100011 | 10001 | 1001101 | 1100010 | 101010 |
Color Harmonies of #97D302
Complementary color
Monochromatic Colors of #97D302
Black with #97D302
Text Example
Text Example
White with #97D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D302; }
p { color: rgb(151,211,2); }
H1.HeaderClassName
{
color: #97D302;
}
.AnyTagClassName
{
color: #97D302;
}
</style>
background-color css
<style>
a { background-color: #97D302; }
a { background-color: rgb(151,211,2); }
div.DivClassName
{
background-color: #97D302;
}
.BgClassName
{
background-color: #97D302;
}
</style>
border-color css
<style>
span { border-color: #97D302; }
span { border-color: rgb(151,211,2); }
td.TdClassName
{
border-color: #97D302;
}
.TagClassName
{
border-color: #97D302;
}
</style>