Shades of Citrus #89C70D
Tints of Citrus #89C70D
RGB
CMYK
RGB Variations
Color information
#89C70D (or 0x89C70D) is known color: Citrus. HEX triplet: 89, C7 and 0D. RGB value is (137,199,13). Sum of RGB (Red+Green+Blue) = 137+199+13=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #89C70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C70D is #7638F2. Grayscale: #9F9F9F. Windows color (decimal): -7747827 or 903049. OLE color: 903049.
HSL color Cylindrical-coordinate representation of color #89C70D: hue angle of 80º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89C70D is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 199 | 13 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.22 |
| HSL | 80º | 0.88% | 0.42% | - |
| HSV(B) | 80º | 0.93% | 0.78% | - |
| XYZ | 30.81 | 46.19 | 7.67 | - |
| YUV | 159.26 | 45.46 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 13 | 0.31 | 0 | 0.93 | 0.22 | 80 | 0.88 | 0.42 |
| Hex | 89 | C7 | D | 1F | 0 | 5D | 16 | 50 | 58 | 2A |
| Octal | 211 | 307 | 15 | 37 | 0 | 135 | 26 | 120 | 130 | 52 |
| Binary | 10001001 | 11000111 | 1101 | 11111 | 0 | 1011101 | 10110 | 1010000 | 1011000 | 101010 |
Color Harmonies of #89C70D
Complementary color
Monochromatic Colors of #89C70D
Black with #89C70D
Text Example
Text Example
White with #89C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C70D; }
p { color: rgb(137,199,13); }
H1.HeaderClassName
{
color: #89C70D;
}
.AnyTagClassName
{
color: #89C70D;
}
</style>
background-color css
<style>
a { background-color: #89C70D; }
a { background-color: rgb(137,199,13); }
div.DivClassName
{
background-color: #89C70D;
}
.BgClassName
{
background-color: #89C70D;
}
</style>
border-color css
<style>
span { border-color: #89C70D; }
span { border-color: rgb(137,199,13); }
td.TdClassName
{
border-color: #89C70D;
}
.TagClassName
{
border-color: #89C70D;
}
</style>