Shades of Citrus #97C013
Tints of Citrus #97C013
RGB
CMYK
RGB Variations
Color information
#97C013 (or 0x97C013) is known color: Citrus. HEX triplet: 97, C0 and 13. RGB value is (151,192,19). Sum of RGB (Red+Green+Blue) = 151+192+19=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #97C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C013 is #683FEC. Grayscale: #A0A0A0. Windows color (decimal): -6832109 or 1294487. OLE color: 1294487.
HSL color Cylindrical-coordinate representation of color #97C013: hue angle of 74.22º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97C013 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 19 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.25 |
| HSL | 74.22º | 0.82% | 0.41% | - |
| HSV(B) | 74.22º | 0.9% | 0.75% | - |
| XYZ | 31.73 | 44.33 | 7.5 | - |
| YUV | 160.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 19 | 0.21 | 0 | 0.90 | 0.25 | 74.22 | 0.82 | 0.41 |
| Hex | 97 | C0 | 13 | 15 | 0 | 5A | 19 | 4A | 52 | 29 |
| Octal | 227 | 300 | 23 | 25 | 0 | 132 | 31 | 112 | 122 | 51 |
| Binary | 10010111 | 11000000 | 10011 | 10101 | 0 | 1011010 | 11001 | 1001010 | 1010010 | 101001 |
Color Harmonies of #97C013
Complementary color
Monochromatic Colors of #97C013
Black with #97C013
Text Example
Text Example
White with #97C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C013; }
p { color: rgb(151,192,19); }
H1.HeaderClassName
{
color: #97C013;
}
.AnyTagClassName
{
color: #97C013;
}
</style>
background-color css
<style>
a { background-color: #97C013; }
a { background-color: rgb(151,192,19); }
div.DivClassName
{
background-color: #97C013;
}
.BgClassName
{
background-color: #97C013;
}
</style>
border-color css
<style>
span { border-color: #97C013; }
span { border-color: rgb(151,192,19); }
td.TdClassName
{
border-color: #97C013;
}
.TagClassName
{
border-color: #97C013;
}
</style>