Shades of Citrus #89CD0A
Tints of Citrus #89CD0A
RGB
CMYK
RGB Variations
Color information
#89CD0A (or 0x89CD0A) is known color: Citrus. HEX triplet: 89, CD and 0A. RGB value is (137,205,10). Sum of RGB (Red+Green+Blue) = 137+205+10=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #89CD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89CD0A is #7632F5. Grayscale: #A3A3A3. Windows color (decimal): -7746294 or 707977. OLE color: 707977.
HSL color Cylindrical-coordinate representation of color #89CD0A: hue angle of 80.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89CD0A is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 10 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.20 |
| HSL | 80.92º | 0.91% | 0.42% | - |
| HSV(B) | 80.92º | 0.95% | 0.8% | - |
| XYZ | 32.2 | 49 | 8.05 | - |
| YUV | 162.44 | 41.97 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 10 | 0.33 | 0 | 0.95 | 0.20 | 80.92 | 0.91 | 0.42 |
| Hex | 89 | CD | A | 21 | 0 | 5F | 14 | 51 | 5B | 2A |
| Octal | 211 | 315 | 12 | 41 | 0 | 137 | 24 | 121 | 133 | 52 |
| Binary | 10001001 | 11001101 | 1010 | 100001 | 0 | 1011111 | 10100 | 1010001 | 1011011 | 101010 |
Color Harmonies of #89CD0A
Complementary color
Monochromatic Colors of #89CD0A
Black with #89CD0A
Text Example
Text Example
White with #89CD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CD0A; }
p { color: rgb(137,205,10); }
H1.HeaderClassName
{
color: #89CD0A;
}
.AnyTagClassName
{
color: #89CD0A;
}
</style>
background-color css
<style>
a { background-color: #89CD0A; }
a { background-color: rgb(137,205,10); }
div.DivClassName
{
background-color: #89CD0A;
}
.BgClassName
{
background-color: #89CD0A;
}
</style>
border-color css
<style>
span { border-color: #89CD0A; }
span { border-color: rgb(137,205,10); }
td.TdClassName
{
border-color: #89CD0A;
}
.TagClassName
{
border-color: #89CD0A;
}
</style>