Shades of Citrus #97C301
Tints of Citrus #97C301
RGB
CMYK
RGB Variations
Color information
#97C301 (or 0x97C301) is known color: Citrus. HEX triplet: 97, C3 and 01. RGB value is (151,195,1). Sum of RGB (Red+Green+Blue) = 151+195+1=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #97C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C301 is #683CFE. Grayscale: #A0A0A0. Windows color (decimal): -6831359 or 115607. OLE color: 115607.
HSL color Cylindrical-coordinate representation of color #97C301: hue angle of 73.61º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97C301 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 195 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.24 |
| HSL | 73.61º | 0.99% | 0.38% | - |
| HSV(B) | 73.61º | 0.99% | 0.76% | - |
| XYZ | 32.28 | 45.61 | 7.13 | - |
| YUV | 159.73 | 38.42 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 195 | 1 | 0.23 | 0 | 0.99 | 0.24 | 73.61 | 0.99 | 0.38 |
| Hex | 97 | C3 | 1 | 17 | 0 | 63 | 18 | 4A | 63 | 26 |
| Octal | 227 | 303 | 1 | 27 | 0 | 143 | 30 | 112 | 143 | 46 |
| Binary | 10010111 | 11000011 | 1 | 10111 | 0 | 1100011 | 11000 | 1001010 | 1100011 | 100110 |
Color Harmonies of #97C301
Complementary color
Monochromatic Colors of #97C301
Black with #97C301
Text Example
Text Example
White with #97C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C301; }
p { color: rgb(151,195,1); }
H1.HeaderClassName
{
color: #97C301;
}
.AnyTagClassName
{
color: #97C301;
}
</style>
background-color css
<style>
a { background-color: #97C301; }
a { background-color: rgb(151,195,1); }
div.DivClassName
{
background-color: #97C301;
}
.BgClassName
{
background-color: #97C301;
}
</style>
border-color css
<style>
span { border-color: #97C301; }
span { border-color: rgb(151,195,1); }
td.TdClassName
{
border-color: #97C301;
}
.TagClassName
{
border-color: #97C301;
}
</style>