Shades of Citrus #89D005
Tints of Citrus #89D005
RGB
CMYK
RGB Variations
Color information
#89D005 (or 0x89D005) is known color: Citrus. HEX triplet: 89, D0 and 05. RGB value is (137,208,5). Sum of RGB (Red+Green+Blue) = 137+208+5=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #89D005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89D005 is #762FFA. Grayscale: #A4A4A4. Windows color (decimal): -7745531 or 381065. OLE color: 381065.
HSL color Cylindrical-coordinate representation of color #89D005: hue angle of 80.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89D005 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 208 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.18 |
| HSL | 80.99º | 0.95% | 0.42% | - |
| HSV(B) | 80.99º | 0.98% | 0.82% | - |
| XYZ | 32.9 | 50.44 | 8.15 | - |
| YUV | 163.63 | 38.48 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 208 | 5 | 0.34 | 0 | 0.98 | 0.18 | 80.99 | 0.95 | 0.42 |
| Hex | 89 | D0 | 5 | 22 | 0 | 62 | 12 | 51 | 5F | 2A |
| Octal | 211 | 320 | 5 | 42 | 0 | 142 | 22 | 121 | 137 | 52 |
| Binary | 10001001 | 11010000 | 101 | 100010 | 0 | 1100010 | 10010 | 1010001 | 1011111 | 101010 |
Color Harmonies of #89D005
Complementary color
Monochromatic Colors of #89D005
Black with #89D005
Text Example
Text Example
White with #89D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D005; }
p { color: rgb(137,208,5); }
H1.HeaderClassName
{
color: #89D005;
}
.AnyTagClassName
{
color: #89D005;
}
</style>
background-color css
<style>
a { background-color: #89D005; }
a { background-color: rgb(137,208,5); }
div.DivClassName
{
background-color: #89D005;
}
.BgClassName
{
background-color: #89D005;
}
</style>
border-color css
<style>
span { border-color: #89D005; }
span { border-color: rgb(137,208,5); }
td.TdClassName
{
border-color: #89D005;
}
.TagClassName
{
border-color: #89D005;
}
</style>