Shades of Citrus #97C50F
Tints of Citrus #97C50F
RGB
CMYK
RGB Variations
Color information
#97C50F (or 0x97C50F) is known color: Citrus. HEX triplet: 97, C5 and 0F. RGB value is (151,197,15). Sum of RGB (Red+Green+Blue) = 151+197+15=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #97C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C50F is #683AF0. Grayscale: #A3A3A3. Windows color (decimal): -6830833 or 1033623. OLE color: 1033623.
HSL color Cylindrical-coordinate representation of color #97C50F: hue angle of 75.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97C50F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 15 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.23 |
| HSL | 75.16º | 0.86% | 0.42% | - |
| HSV(B) | 75.16º | 0.92% | 0.77% | - |
| XYZ | 32.81 | 46.55 | 7.71 | - |
| YUV | 162.5 | 44.76 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 15 | 0.23 | 0 | 0.92 | 0.23 | 75.16 | 0.86 | 0.42 |
| Hex | 97 | C5 | F | 17 | 0 | 5C | 17 | 4B | 56 | 2A |
| Octal | 227 | 305 | 17 | 27 | 0 | 134 | 27 | 113 | 126 | 52 |
| Binary | 10010111 | 11000101 | 1111 | 10111 | 0 | 1011100 | 10111 | 1001011 | 1010110 | 101010 |
Color Harmonies of #97C50F
Complementary color
Monochromatic Colors of #97C50F
Black with #97C50F
Text Example
Text Example
White with #97C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C50F; }
p { color: rgb(151,197,15); }
H1.HeaderClassName
{
color: #97C50F;
}
.AnyTagClassName
{
color: #97C50F;
}
</style>
background-color css
<style>
a { background-color: #97C50F; }
a { background-color: rgb(151,197,15); }
div.DivClassName
{
background-color: #97C50F;
}
.BgClassName
{
background-color: #97C50F;
}
</style>
border-color css
<style>
span { border-color: #97C50F; }
span { border-color: rgb(151,197,15); }
td.TdClassName
{
border-color: #97C50F;
}
.TagClassName
{
border-color: #97C50F;
}
</style>