Shades of Citrus #89CD11
Tints of Citrus #89CD11
RGB
CMYK
RGB Variations
Color information
#89CD11 (or 0x89CD11) is known color: Citrus. HEX triplet: 89, CD and 11. RGB value is (137,205,17). Sum of RGB (Red+Green+Blue) = 137+205+17=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #89CD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89CD11 is #7632EE. Grayscale: #A3A3A3. Windows color (decimal): -7746287 or 1166729. OLE color: 1166729.
HSL color Cylindrical-coordinate representation of color #89CD11: hue angle of 81.7º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89CD11 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 17 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.20 |
| HSL | 81.7º | 0.85% | 0.44% | - |
| HSV(B) | 81.7º | 0.92% | 0.8% | - |
| XYZ | 32.25 | 49.02 | 8.29 | - |
| YUV | 163.24 | 45.47 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 17 | 0.33 | 0 | 0.92 | 0.20 | 81.7 | 0.85 | 0.44 |
| Hex | 89 | CD | 11 | 21 | 0 | 5C | 14 | 52 | 55 | 2C |
| Octal | 211 | 315 | 21 | 41 | 0 | 134 | 24 | 122 | 125 | 54 |
| Binary | 10001001 | 11001101 | 10001 | 100001 | 0 | 1011100 | 10100 | 1010010 | 1010101 | 101100 |
Color Harmonies of #89CD11
Complementary color
Monochromatic Colors of #89CD11
Black with #89CD11
Text Example
Text Example
White with #89CD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CD11; }
p { color: rgb(137,205,17); }
H1.HeaderClassName
{
color: #89CD11;
}
.AnyTagClassName
{
color: #89CD11;
}
</style>
background-color css
<style>
a { background-color: #89CD11; }
a { background-color: rgb(137,205,17); }
div.DivClassName
{
background-color: #89CD11;
}
.BgClassName
{
background-color: #89CD11;
}
</style>
border-color css
<style>
span { border-color: #89CD11; }
span { border-color: rgb(137,205,17); }
td.TdClassName
{
border-color: #89CD11;
}
.TagClassName
{
border-color: #89CD11;
}
</style>