Shades of Citrus #88C90E
Tints of Citrus #88C90E
RGB
CMYK
RGB Variations
Color information
#88C90E (or 0x88C90E) is known color: Citrus. HEX triplet: 88, C9 and 0E. RGB value is (136,201,14). Sum of RGB (Red+Green+Blue) = 136+201+14=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #88C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C90E is #7736F1. Grayscale: #A0A0A0. Windows color (decimal): -7812850 or 969096. OLE color: 969096.
HSL color Cylindrical-coordinate representation of color #88C90E: hue angle of 80.86º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88C90E is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 14 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.21 |
| HSL | 80.86º | 0.87% | 0.42% | - |
| HSV(B) | 80.86º | 0.93% | 0.79% | - |
| XYZ | 31.12 | 47.04 | 7.85 | - |
| YUV | 160.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 14 | 0.32 | 0 | 0.93 | 0.21 | 80.86 | 0.87 | 0.42 |
| Hex | 88 | C9 | E | 20 | 0 | 5D | 15 | 51 | 57 | 2A |
| Octal | 210 | 311 | 16 | 40 | 0 | 135 | 25 | 121 | 127 | 52 |
| Binary | 10001000 | 11001001 | 1110 | 100000 | 0 | 1011101 | 10101 | 1010001 | 1010111 | 101010 |
Color Harmonies of #88C90E
Complementary color
Monochromatic Colors of #88C90E
Black with #88C90E
Text Example
Text Example
White with #88C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C90E; }
p { color: rgb(136,201,14); }
H1.HeaderClassName
{
color: #88C90E;
}
.AnyTagClassName
{
color: #88C90E;
}
</style>
background-color css
<style>
a { background-color: #88C90E; }
a { background-color: rgb(136,201,14); }
div.DivClassName
{
background-color: #88C90E;
}
.BgClassName
{
background-color: #88C90E;
}
</style>
border-color css
<style>
span { border-color: #88C90E; }
span { border-color: rgb(136,201,14); }
td.TdClassName
{
border-color: #88C90E;
}
.TagClassName
{
border-color: #88C90E;
}
</style>