Shades of Citrus #89D30D
Tints of Citrus #89D30D
RGB
CMYK
RGB Variations
Color information
#89D30D (or 0x89D30D) is known color: Citrus. HEX triplet: 89, D3 and 0D. RGB value is (137,211,13). Sum of RGB (Red+Green+Blue) = 137+211+13=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #89D30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89D30D is #762CF2. Grayscale: #A7A7A7. Windows color (decimal): -7744755 or 906121. OLE color: 906121.
HSL color Cylindrical-coordinate representation of color #89D30D: hue angle of 82.42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89D30D is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 211 | 13 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.17 |
| HSL | 82.42º | 0.88% | 0.44% | - |
| HSV(B) | 82.42º | 0.94% | 0.83% | - |
| XYZ | 33.68 | 51.94 | 8.63 | - |
| YUV | 166.3 | 41.48 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 211 | 13 | 0.35 | 0 | 0.94 | 0.17 | 82.42 | 0.88 | 0.44 |
| Hex | 89 | D3 | D | 23 | 0 | 5E | 11 | 52 | 58 | 2C |
| Octal | 211 | 323 | 15 | 43 | 0 | 136 | 21 | 122 | 130 | 54 |
| Binary | 10001001 | 11010011 | 1101 | 100011 | 0 | 1011110 | 10001 | 1010010 | 1011000 | 101100 |
Color Harmonies of #89D30D
Complementary color
Monochromatic Colors of #89D30D
Black with #89D30D
Text Example
Text Example
White with #89D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D30D; }
p { color: rgb(137,211,13); }
H1.HeaderClassName
{
color: #89D30D;
}
.AnyTagClassName
{
color: #89D30D;
}
</style>
background-color css
<style>
a { background-color: #89D30D; }
a { background-color: rgb(137,211,13); }
div.DivClassName
{
background-color: #89D30D;
}
.BgClassName
{
background-color: #89D30D;
}
</style>
border-color css
<style>
span { border-color: #89D30D; }
span { border-color: rgb(137,211,13); }
td.TdClassName
{
border-color: #89D30D;
}
.TagClassName
{
border-color: #89D30D;
}
</style>