Shades of Citrus #96C908
Tints of Citrus #96C908
RGB
CMYK
RGB Variations
Color information
#96C908 (or 0x96C908) is known color: Citrus. HEX triplet: 96, C9 and 08. RGB value is (150,201,8). Sum of RGB (Red+Green+Blue) = 150+201+8=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #96C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C908 is #6936F7. Grayscale: #A4A4A4. Windows color (decimal): -6895352 or 575894. OLE color: 575894.
HSL color Cylindrical-coordinate representation of color #96C908: hue angle of 75.85º 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 #96C908 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.21 |
| HSL | 75.85º | 0.92% | 0.41% | - |
| HSV(B) | 75.85º | 0.96% | 0.79% | - |
| XYZ | 33.51 | 48.27 | 7.78 | - |
| YUV | 163.75 | 40.1 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 8 | 0.25 | 0 | 0.96 | 0.21 | 75.85 | 0.92 | 0.41 |
| Hex | 96 | C9 | 8 | 19 | 0 | 60 | 15 | 4C | 5C | 29 |
| Octal | 226 | 311 | 10 | 31 | 0 | 140 | 25 | 114 | 134 | 51 |
| Binary | 10010110 | 11001001 | 1000 | 11001 | 0 | 1100000 | 10101 | 1001100 | 1011100 | 101001 |
Color Harmonies of #96C908
Complementary color
Monochromatic Colors of #96C908
Black with #96C908
Text Example
Text Example
White with #96C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C908; }
p { color: rgb(150,201,8); }
H1.HeaderClassName
{
color: #96C908;
}
.AnyTagClassName
{
color: #96C908;
}
</style>
background-color css
<style>
a { background-color: #96C908; }
a { background-color: rgb(150,201,8); }
div.DivClassName
{
background-color: #96C908;
}
.BgClassName
{
background-color: #96C908;
}
</style>
border-color css
<style>
span { border-color: #96C908; }
span { border-color: rgb(150,201,8); }
td.TdClassName
{
border-color: #96C908;
}
.TagClassName
{
border-color: #96C908;
}
</style>