Shades of Citrus #88C908
Tints of Citrus #88C908
RGB
CMYK
RGB Variations
Color information
#88C908 (or 0x88C908) is known color: Citrus. HEX triplet: 88, C9 and 08. RGB value is (136,201,8). Sum of RGB (Red+Green+Blue) = 136+201+8=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #88C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C908 is #7736F7. Grayscale: #A0A0A0. Windows color (decimal): -7812856 or 575880. OLE color: 575880.
HSL color Cylindrical-coordinate representation of color #88C908: hue angle of 80.21º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88C908 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.21 |
| HSL | 80.21º | 0.92% | 0.41% | - |
| HSV(B) | 80.21º | 0.96% | 0.79% | - |
| XYZ | 31.08 | 47.03 | 7.67 | - |
| YUV | 159.56 | 42.47 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 8 | 0.32 | 0 | 0.96 | 0.21 | 80.21 | 0.92 | 0.41 |
| Hex | 88 | C9 | 8 | 20 | 0 | 60 | 15 | 50 | 5C | 29 |
| Octal | 210 | 311 | 10 | 40 | 0 | 140 | 25 | 120 | 134 | 51 |
| Binary | 10001000 | 11001001 | 1000 | 100000 | 0 | 1100000 | 10101 | 1010000 | 1011100 | 101001 |
Color Harmonies of #88C908
Complementary color
Monochromatic Colors of #88C908
Black with #88C908
Text Example
Text Example
White with #88C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C908; }
p { color: rgb(136,201,8); }
H1.HeaderClassName
{
color: #88C908;
}
.AnyTagClassName
{
color: #88C908;
}
</style>
background-color css
<style>
a { background-color: #88C908; }
a { background-color: rgb(136,201,8); }
div.DivClassName
{
background-color: #88C908;
}
.BgClassName
{
background-color: #88C908;
}
</style>
border-color css
<style>
span { border-color: #88C908; }
span { border-color: rgb(136,201,8); }
td.TdClassName
{
border-color: #88C908;
}
.TagClassName
{
border-color: #88C908;
}
</style>