Shades of Citrus #89C908
Tints of Citrus #89C908
RGB
CMYK
RGB Variations
Color information
#89C908 (or 0x89C908) is known color: Citrus. HEX triplet: 89, C9 and 08. RGB value is (137,201,8). Sum of RGB (Red+Green+Blue) = 137+201+8=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #89C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C908 is #7636F7. Grayscale: #A0A0A0. Windows color (decimal): -7747320 or 575881. OLE color: 575881.
HSL color Cylindrical-coordinate representation of color #89C908: hue angle of 79.9º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89C908 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 201 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.21 |
| HSL | 79.9º | 0.92% | 0.41% | - |
| HSV(B) | 79.9º | 0.96% | 0.79% | - |
| XYZ | 31.25 | 47.11 | 7.68 | - |
| YUV | 159.86 | 42.3 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 201 | 8 | 0.32 | 0 | 0.96 | 0.21 | 79.9 | 0.92 | 0.41 |
| Hex | 89 | C9 | 8 | 20 | 0 | 60 | 15 | 50 | 5C | 29 |
| Octal | 211 | 311 | 10 | 40 | 0 | 140 | 25 | 120 | 134 | 51 |
| Binary | 10001001 | 11001001 | 1000 | 100000 | 0 | 1100000 | 10101 | 1010000 | 1011100 | 101001 |
Color Harmonies of #89C908
Complementary color
Monochromatic Colors of #89C908
Black with #89C908
Text Example
Text Example
White with #89C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C908; }
p { color: rgb(137,201,8); }
H1.HeaderClassName
{
color: #89C908;
}
.AnyTagClassName
{
color: #89C908;
}
</style>
background-color css
<style>
a { background-color: #89C908; }
a { background-color: rgb(137,201,8); }
div.DivClassName
{
background-color: #89C908;
}
.BgClassName
{
background-color: #89C908;
}
</style>
border-color css
<style>
span { border-color: #89C908; }
span { border-color: rgb(137,201,8); }
td.TdClassName
{
border-color: #89C908;
}
.TagClassName
{
border-color: #89C908;
}
</style>