Shades of Citrus #89C40C
Tints of Citrus #89C40C
RGB
CMYK
RGB Variations
Color information
#89C40C (or 0x89C40C) is known color: Citrus. HEX triplet: 89, C4 and 0C. RGB value is (137,196,12). Sum of RGB (Red+Green+Blue) = 137+196+12=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #89C40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C40C is #763BF3. Grayscale: #9E9E9E. Windows color (decimal): -7748596 or 836745. OLE color: 836745.
HSL color Cylindrical-coordinate representation of color #89C40C: hue angle of 79.24º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89C40C is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 12 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.23 |
| HSL | 79.24º | 0.88% | 0.41% | - |
| HSV(B) | 79.24º | 0.94% | 0.77% | - |
| XYZ | 30.12 | 44.82 | 7.41 | - |
| YUV | 157.38 | 45.95 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 12 | 0.30 | 0 | 0.94 | 0.23 | 79.24 | 0.88 | 0.41 |
| Hex | 89 | C4 | C | 1E | 0 | 5E | 17 | 4F | 58 | 29 |
| Octal | 211 | 304 | 14 | 36 | 0 | 136 | 27 | 117 | 130 | 51 |
| Binary | 10001001 | 11000100 | 1100 | 11110 | 0 | 1011110 | 10111 | 1001111 | 1011000 | 101001 |
Color Harmonies of #89C40C
Complementary color
Monochromatic Colors of #89C40C
Black with #89C40C
Text Example
Text Example
White with #89C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C40C; }
p { color: rgb(137,196,12); }
H1.HeaderClassName
{
color: #89C40C;
}
.AnyTagClassName
{
color: #89C40C;
}
</style>
background-color css
<style>
a { background-color: #89C40C; }
a { background-color: rgb(137,196,12); }
div.DivClassName
{
background-color: #89C40C;
}
.BgClassName
{
background-color: #89C40C;
}
</style>
border-color css
<style>
span { border-color: #89C40C; }
span { border-color: rgb(137,196,12); }
td.TdClassName
{
border-color: #89C40C;
}
.TagClassName
{
border-color: #89C40C;
}
</style>