Shades of Citrus #89D40B
Tints of Citrus #89D40B
RGB
CMYK
RGB Variations
Color information
#89D40B (or 0x89D40B) is known color: Citrus. HEX triplet: 89, D4 and 0B. RGB value is (137,212,11). Sum of RGB (Red+Green+Blue) = 137+212+11=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #89D40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89D40B is #762BF4. Grayscale: #A7A7A7. Windows color (decimal): -7744501 or 775305. OLE color: 775305.
HSL color Cylindrical-coordinate representation of color #89D40B: hue angle of 82.39º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89D40B is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 212 | 11 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.17 |
| HSL | 82.39º | 0.9% | 0.44% | - |
| HSV(B) | 82.39º | 0.95% | 0.83% | - |
| XYZ | 33.92 | 52.43 | 8.65 | - |
| YUV | 166.66 | 40.15 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 212 | 11 | 0.35 | 0 | 0.95 | 0.17 | 82.39 | 0.9 | 0.44 |
| Hex | 89 | D4 | B | 23 | 0 | 5F | 11 | 52 | 5A | 2C |
| Octal | 211 | 324 | 13 | 43 | 0 | 137 | 21 | 122 | 132 | 54 |
| Binary | 10001001 | 11010100 | 1011 | 100011 | 0 | 1011111 | 10001 | 1010010 | 1011010 | 101100 |
Color Harmonies of #89D40B
Complementary color
Monochromatic Colors of #89D40B
Black with #89D40B
Text Example
Text Example
White with #89D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D40B; }
p { color: rgb(137,212,11); }
H1.HeaderClassName
{
color: #89D40B;
}
.AnyTagClassName
{
color: #89D40B;
}
</style>
background-color css
<style>
a { background-color: #89D40B; }
a { background-color: rgb(137,212,11); }
div.DivClassName
{
background-color: #89D40B;
}
.BgClassName
{
background-color: #89D40B;
}
</style>
border-color css
<style>
span { border-color: #89D40B; }
span { border-color: rgb(137,212,11); }
td.TdClassName
{
border-color: #89D40B;
}
.TagClassName
{
border-color: #89D40B;
}
</style>