Shades of Citrus #89CA0E
Tints of Citrus #89CA0E
RGB
CMYK
RGB Variations
Color information
#89CA0E (or 0x89CA0E) is known color: Citrus. HEX triplet: 89, CA and 0E. RGB value is (137,202,14). Sum of RGB (Red+Green+Blue) = 137+202+14=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89CA0E is #7635F1. Grayscale: #A1A1A1. Windows color (decimal): -7747058 or 969353. OLE color: 969353.
HSL color Cylindrical-coordinate representation of color #89CA0E: hue angle of 80.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89CA0E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.21 |
| HSL | 80.74º | 0.87% | 0.42% | - |
| HSV(B) | 80.74º | 0.93% | 0.79% | - |
| XYZ | 31.52 | 47.59 | 7.94 | - |
| YUV | 161.13 | 44.97 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 14 | 0.32 | 0 | 0.93 | 0.21 | 80.74 | 0.87 | 0.42 |
| Hex | 89 | CA | E | 20 | 0 | 5D | 15 | 51 | 57 | 2A |
| Octal | 211 | 312 | 16 | 40 | 0 | 135 | 25 | 121 | 127 | 52 |
| Binary | 10001001 | 11001010 | 1110 | 100000 | 0 | 1011101 | 10101 | 1010001 | 1010111 | 101010 |
Color Harmonies of #89CA0E
Complementary color
Monochromatic Colors of #89CA0E
Black with #89CA0E
Text Example
Text Example
White with #89CA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CA0E; }
p { color: rgb(137,202,14); }
H1.HeaderClassName
{
color: #89CA0E;
}
.AnyTagClassName
{
color: #89CA0E;
}
</style>
background-color css
<style>
a { background-color: #89CA0E; }
a { background-color: rgb(137,202,14); }
div.DivClassName
{
background-color: #89CA0E;
}
.BgClassName
{
background-color: #89CA0E;
}
</style>
border-color css
<style>
span { border-color: #89CA0E; }
span { border-color: rgb(137,202,14); }
td.TdClassName
{
border-color: #89CA0E;
}
.TagClassName
{
border-color: #89CA0E;
}
</style>