Shades of Citrus #89C202
Tints of Citrus #89C202
RGB
CMYK
RGB Variations
Color information
#89C202 (or 0x89C202) is known color: Citrus. HEX triplet: 89, C2 and 02. RGB value is (137,194,2). Sum of RGB (Red+Green+Blue) = 137+194+2=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #89C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C202 is #763DFD. Grayscale: #9B9B9B. Windows color (decimal): -7749118 or 180873. OLE color: 180873.
HSL color Cylindrical-coordinate representation of color #89C202: hue angle of 77.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89C202 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.24 |
| HSL | 77.81º | 0.98% | 0.38% | - |
| HSV(B) | 77.81º | 0.99% | 0.76% | - |
| XYZ | 29.62 | 43.91 | 6.97 | - |
| YUV | 155.07 | 41.62 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 2 | 0.29 | 0 | 0.99 | 0.24 | 77.81 | 0.98 | 0.38 |
| Hex | 89 | C2 | 2 | 1D | 0 | 63 | 18 | 4E | 62 | 26 |
| Octal | 211 | 302 | 2 | 35 | 0 | 143 | 30 | 116 | 142 | 46 |
| Binary | 10001001 | 11000010 | 10 | 11101 | 0 | 1100011 | 11000 | 1001110 | 1100010 | 100110 |
Color Harmonies of #89C202
Complementary color
Monochromatic Colors of #89C202
Black with #89C202
Text Example
Text Example
White with #89C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C202; }
p { color: rgb(137,194,2); }
H1.HeaderClassName
{
color: #89C202;
}
.AnyTagClassName
{
color: #89C202;
}
</style>
background-color css
<style>
a { background-color: #89C202; }
a { background-color: rgb(137,194,2); }
div.DivClassName
{
background-color: #89C202;
}
.BgClassName
{
background-color: #89C202;
}
</style>
border-color css
<style>
span { border-color: #89C202; }
span { border-color: rgb(137,194,2); }
td.TdClassName
{
border-color: #89C202;
}
.TagClassName
{
border-color: #89C202;
}
</style>