Shades of Citrus #89C40F
Tints of Citrus #89C40F
RGB
CMYK
RGB Variations
Color information
#89C40F (or 0x89C40F) is known color: Citrus. HEX triplet: 89, C4 and 0F. RGB value is (137,196,15). Sum of RGB (Red+Green+Blue) = 137+196+15=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #89C40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C40F is #763BF0. Grayscale: #9E9E9E. Windows color (decimal): -7748593 or 1033353. OLE color: 1033353.
HSL color Cylindrical-coordinate representation of color #89C40F: hue angle of 79.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89C40F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 15 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.23 |
| HSL | 79.56º | 0.86% | 0.41% | - |
| HSV(B) | 79.56º | 0.92% | 0.77% | - |
| XYZ | 30.14 | 44.83 | 7.52 | - |
| YUV | 157.73 | 47.45 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 15 | 0.30 | 0 | 0.92 | 0.23 | 79.56 | 0.86 | 0.41 |
| Hex | 89 | C4 | F | 1E | 0 | 5C | 17 | 50 | 56 | 29 |
| Octal | 211 | 304 | 17 | 36 | 0 | 134 | 27 | 120 | 126 | 51 |
| Binary | 10001001 | 11000100 | 1111 | 11110 | 0 | 1011100 | 10111 | 1010000 | 1010110 | 101001 |
Color Harmonies of #89C40F
Complementary color
Monochromatic Colors of #89C40F
Black with #89C40F
Text Example
Text Example
White with #89C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C40F; }
p { color: rgb(137,196,15); }
H1.HeaderClassName
{
color: #89C40F;
}
.AnyTagClassName
{
color: #89C40F;
}
</style>
background-color css
<style>
a { background-color: #89C40F; }
a { background-color: rgb(137,196,15); }
div.DivClassName
{
background-color: #89C40F;
}
.BgClassName
{
background-color: #89C40F;
}
</style>
border-color css
<style>
span { border-color: #89C40F; }
span { border-color: rgb(137,196,15); }
td.TdClassName
{
border-color: #89C40F;
}
.TagClassName
{
border-color: #89C40F;
}
</style>