Shades of Citrus #89C901
Tints of Citrus #89C901
RGB
CMYK
RGB Variations
Color information
#89C901 (or 0x89C901) is known color: Citrus. HEX triplet: 89, C9 and 01. RGB value is (137,201,1). Sum of RGB (Red+Green+Blue) = 137+201+1=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #89C901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C901 is #7636FE. Grayscale: #9F9F9F. Windows color (decimal): -7747327 or 117129. OLE color: 117129.
HSL color Cylindrical-coordinate representation of color #89C901: hue angle of 79.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89C901 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 1 | - |
| CMYK | 0.32 | 0 | 1.00 | 0.21 |
| HSL | 79.2º | 0.99% | 0.4% | - |
| HSV(B) | 79.2º | 1% | 0.79% | - |
| XYZ | 31.21 | 47.09 | 7.47 | - |
| YUV | 159.06 | 38.8 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 1 | 0.32 | 0 | 1.00 | 0.21 | 79.2 | 0.99 | 0.4 |
| Hex | 89 | C9 | 1 | 20 | 0 | 64 | 15 | 4F | 63 | 28 |
| Octal | 211 | 311 | 1 | 40 | 0 | 144 | 25 | 117 | 143 | 50 |
| Binary | 10001001 | 11001001 | 1 | 100000 | 0 | 1100100 | 10101 | 1001111 | 1100011 | 101000 |
Color Harmonies of #89C901
Complementary color
Monochromatic Colors of #89C901
Black with #89C901
Text Example
Text Example
White with #89C901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C901; }
p { color: rgb(137,201,1); }
H1.HeaderClassName
{
color: #89C901;
}
.AnyTagClassName
{
color: #89C901;
}
</style>
background-color css
<style>
a { background-color: #89C901; }
a { background-color: rgb(137,201,1); }
div.DivClassName
{
background-color: #89C901;
}
.BgClassName
{
background-color: #89C901;
}
</style>
border-color css
<style>
span { border-color: #89C901; }
span { border-color: rgb(137,201,1); }
td.TdClassName
{
border-color: #89C901;
}
.TagClassName
{
border-color: #89C901;
}
</style>