Shades of Citrus #97CE0C
Tints of Citrus #97CE0C
RGB
CMYK
RGB Variations
Color information
#97CE0C (or 0x97CE0C) is known color: Citrus. HEX triplet: 97, CE and 0C. RGB value is (151,206,12). Sum of RGB (Red+Green+Blue) = 151+206+12=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CE0C is #6831F3. Grayscale: #A8A8A8. Windows color (decimal): -6828532 or 839319. OLE color: 839319.
HSL color Cylindrical-coordinate representation of color #97CE0C: hue angle of 77.01º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97CE0C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 12 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.19 |
| HSL | 77.01º | 0.89% | 0.43% | - |
| HSV(B) | 77.01º | 0.94% | 0.81% | - |
| XYZ | 34.9 | 50.75 | 8.3 | - |
| YUV | 167.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 12 | 0.27 | 0 | 0.94 | 0.19 | 77.01 | 0.89 | 0.43 |
| Hex | 97 | CE | C | 1B | 0 | 5E | 13 | 4D | 59 | 2B |
| Octal | 227 | 316 | 14 | 33 | 0 | 136 | 23 | 115 | 131 | 53 |
| Binary | 10010111 | 11001110 | 1100 | 11011 | 0 | 1011110 | 10011 | 1001101 | 1011001 | 101011 |
Color Harmonies of #97CE0C
Complementary color
Monochromatic Colors of #97CE0C
Black with #97CE0C
Text Example
Text Example
White with #97CE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE0C; }
p { color: rgb(151,206,12); }
H1.HeaderClassName
{
color: #97CE0C;
}
.AnyTagClassName
{
color: #97CE0C;
}
</style>
background-color css
<style>
a { background-color: #97CE0C; }
a { background-color: rgb(151,206,12); }
div.DivClassName
{
background-color: #97CE0C;
}
.BgClassName
{
background-color: #97CE0C;
}
</style>
border-color css
<style>
span { border-color: #97CE0C; }
span { border-color: rgb(151,206,12); }
td.TdClassName
{
border-color: #97CE0C;
}
.TagClassName
{
border-color: #97CE0C;
}
</style>