Shades of Citrus #97C112
Tints of Citrus #97C112
RGB
CMYK
RGB Variations
Color information
#97C112 (or 0x97C112) is known color: Citrus. HEX triplet: 97, C1 and 12. RGB value is (151,193,18). Sum of RGB (Red+Green+Blue) = 151+193+18=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #97C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C112 is #683EED. Grayscale: #A1A1A1. Windows color (decimal): -6831854 or 1229207. OLE color: 1229207.
HSL color Cylindrical-coordinate representation of color #97C112: hue angle of 74.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97C112 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 18 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.24 |
| HSL | 74.4º | 0.83% | 0.41% | - |
| HSV(B) | 74.4º | 0.91% | 0.76% | - |
| XYZ | 31.94 | 44.76 | 7.53 | - |
| YUV | 160.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 18 | 0.22 | 0 | 0.91 | 0.24 | 74.4 | 0.83 | 0.41 |
| Hex | 97 | C1 | 12 | 16 | 0 | 5B | 18 | 4A | 53 | 29 |
| Octal | 227 | 301 | 22 | 26 | 0 | 133 | 30 | 112 | 123 | 51 |
| Binary | 10010111 | 11000001 | 10010 | 10110 | 0 | 1011011 | 11000 | 1001010 | 1010011 | 101001 |
Color Harmonies of #97C112
Complementary color
Monochromatic Colors of #97C112
Black with #97C112
Text Example
Text Example
White with #97C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C112; }
p { color: rgb(151,193,18); }
H1.HeaderClassName
{
color: #97C112;
}
.AnyTagClassName
{
color: #97C112;
}
</style>
background-color css
<style>
a { background-color: #97C112; }
a { background-color: rgb(151,193,18); }
div.DivClassName
{
background-color: #97C112;
}
.BgClassName
{
background-color: #97C112;
}
</style>
border-color css
<style>
span { border-color: #97C112; }
span { border-color: rgb(151,193,18); }
td.TdClassName
{
border-color: #97C112;
}
.TagClassName
{
border-color: #97C112;
}
</style>