Shades of Citrus #89C505
Tints of Citrus #89C505
RGB
CMYK
RGB Variations
Color information
#89C505 (or 0x89C505) is known color: Citrus. HEX triplet: 89, C5 and 05. RGB value is (137,197,5). Sum of RGB (Red+Green+Blue) = 137+197+5=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #89C505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C505 is #763AFA. Grayscale: #9D9D9D. Windows color (decimal): -7748347 or 378249. OLE color: 378249.
HSL color Cylindrical-coordinate representation of color #89C505: hue angle of 78.75º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89C505 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.23 |
| HSL | 78.75º | 0.95% | 0.4% | - |
| HSV(B) | 78.75º | 0.97% | 0.77% | - |
| XYZ | 30.31 | 45.26 | 7.28 | - |
| YUV | 157.17 | 42.12 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 5 | 0.30 | 0 | 0.97 | 0.23 | 78.75 | 0.95 | 0.4 |
| Hex | 89 | C5 | 5 | 1E | 0 | 61 | 17 | 4F | 5F | 28 |
| Octal | 211 | 305 | 5 | 36 | 0 | 141 | 27 | 117 | 137 | 50 |
| Binary | 10001001 | 11000101 | 101 | 11110 | 0 | 1100001 | 10111 | 1001111 | 1011111 | 101000 |
Color Harmonies of #89C505
Complementary color
Monochromatic Colors of #89C505
Black with #89C505
Text Example
Text Example
White with #89C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C505; }
p { color: rgb(137,197,5); }
H1.HeaderClassName
{
color: #89C505;
}
.AnyTagClassName
{
color: #89C505;
}
</style>
background-color css
<style>
a { background-color: #89C505; }
a { background-color: rgb(137,197,5); }
div.DivClassName
{
background-color: #89C505;
}
.BgClassName
{
background-color: #89C505;
}
</style>
border-color css
<style>
span { border-color: #89C505; }
span { border-color: rgb(137,197,5); }
td.TdClassName
{
border-color: #89C505;
}
.TagClassName
{
border-color: #89C505;
}
</style>