Shades of Citrus #89C90E
Tints of Citrus #89C90E
RGB
CMYK
RGB Variations
Color information
#89C90E (or 0x89C90E) is known color: Citrus. HEX triplet: 89, C9 and 0E. RGB value is (137,201,14). Sum of RGB (Red+Green+Blue) = 137+201+14=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #89C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C90E is #7636F1. Grayscale: #A1A1A1. Windows color (decimal): -7747314 or 969097. OLE color: 969097.
HSL color Cylindrical-coordinate representation of color #89C90E: hue angle of 80.53º 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 #89C90E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.21 |
| HSL | 80.53º | 0.87% | 0.42% | - |
| HSV(B) | 80.53º | 0.93% | 0.79% | - |
| XYZ | 31.28 | 47.12 | 7.86 | - |
| YUV | 160.55 | 45.3 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 14 | 0.32 | 0 | 0.93 | 0.21 | 80.53 | 0.87 | 0.42 |
| Hex | 89 | C9 | E | 20 | 0 | 5D | 15 | 51 | 57 | 2A |
| Octal | 211 | 311 | 16 | 40 | 0 | 135 | 25 | 121 | 127 | 52 |
| Binary | 10001001 | 11001001 | 1110 | 100000 | 0 | 1011101 | 10101 | 1010001 | 1010111 | 101010 |
Color Harmonies of #89C90E
Complementary color
Monochromatic Colors of #89C90E
Black with #89C90E
Text Example
Text Example
White with #89C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C90E; }
p { color: rgb(137,201,14); }
H1.HeaderClassName
{
color: #89C90E;
}
.AnyTagClassName
{
color: #89C90E;
}
</style>
background-color css
<style>
a { background-color: #89C90E; }
a { background-color: rgb(137,201,14); }
div.DivClassName
{
background-color: #89C90E;
}
.BgClassName
{
background-color: #89C90E;
}
</style>
border-color css
<style>
span { border-color: #89C90E; }
span { border-color: rgb(137,201,14); }
td.TdClassName
{
border-color: #89C90E;
}
.TagClassName
{
border-color: #89C90E;
}
</style>