Shades of Citrus #97C400
Tints of Citrus #97C400
RGB
CMYK
RGB Variations
Color information
#97C400 (or 0x97C400) is known color: Citrus. HEX triplet: 97, C4 and 00. RGB value is (151,196,0). Sum of RGB (Red+Green+Blue) = 151+196+0=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #97C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C400 is #683BFF. Grayscale: #A0A0A0. Windows color (decimal): -6831104 or 50327. OLE color: 50327.
HSL color Cylindrical-coordinate representation of color #97C400: hue angle of 73.78º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97C400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 196 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.23 |
| HSL | 73.78º | 1% | 0.38% | - |
| HSV(B) | 73.78º | 1% | 0.77% | - |
| XYZ | 32.5 | 46.06 | 7.18 | - |
| YUV | 160.2 | 37.59 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 196 | 0 | 0.23 | 0 | 1 | 0.23 | 73.78 | 1 | 0.38 |
| Hex | 97 | C4 | 0 | 17 | 0 | 64 | 17 | 4A | 64 | 26 |
| Octal | 227 | 304 | 0 | 27 | 0 | 144 | 27 | 112 | 144 | 46 |
| Binary | 10010111 | 11000100 | 0 | 10111 | 0 | 1100100 | 10111 | 1001010 | 1100100 | 100110 |
Color Harmonies of #97C400
Complementary color
Monochromatic Colors of #97C400
Black with #97C400
Text Example
Text Example
White with #97C400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C400; }
p { color: rgb(151,196,0); }
H1.HeaderClassName
{
color: #97C400;
}
.AnyTagClassName
{
color: #97C400;
}
</style>
background-color css
<style>
a { background-color: #97C400; }
a { background-color: rgb(151,196,0); }
div.DivClassName
{
background-color: #97C400;
}
.BgClassName
{
background-color: #97C400;
}
</style>
border-color css
<style>
span { border-color: #97C400; }
span { border-color: rgb(151,196,0); }
td.TdClassName
{
border-color: #97C400;
}
.TagClassName
{
border-color: #97C400;
}
</style>