Shades of Citrus #96C814
Tints of Citrus #96C814
RGB
CMYK
RGB Variations
Color information
#96C814 (or 0x96C814) is known color: Citrus. HEX triplet: 96, C8 and 14. RGB value is (150,200,20). Sum of RGB (Red+Green+Blue) = 150+200+20=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 200 (78.52% from 255 or 54.05% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 200 - color contains mainly: green. Hex color #96C814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C814 is #6937EB. Grayscale: #A5A5A5. Windows color (decimal): -6895596 or 1362070. OLE color: 1362070.
HSL color Cylindrical-coordinate representation of color #96C814: hue angle of 76.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96C814 is Cyan = 0.25, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 20 | - |
| CMYK | 0.25 | 0 | 0.9 | 0.22 |
| HSL | 76.67º | 0.82% | 0.43% | - |
| HSV(B) | 76.67º | 0.9% | 0.78% | - |
| XYZ | 33.36 | 47.84 | 8.14 | - |
| YUV | 164.53 | 46.44 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 20 | 0.25 | 0 | 0.9 | 0.22 | 76.67 | 0.82 | 0.43 |
| Hex | 96 | C8 | 14 | 19 | 0 | 5A | 16 | 4D | 52 | 2B |
| Octal | 226 | 310 | 24 | 31 | 0 | 132 | 26 | 115 | 122 | 53 |
| Binary | 10010110 | 11001000 | 10100 | 11001 | 0 | 1011010 | 10110 | 1001101 | 1010010 | 101011 |
Color Harmonies of #96C814
Complementary color
Monochromatic Colors of #96C814
Black with #96C814
Text Example
Text Example
White with #96C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C814; }
p { color: rgb(150,200,20); }
H1.HeaderClassName
{
color: #96C814;
}
.AnyTagClassName
{
color: #96C814;
}
</style>
background-color css
<style>
a { background-color: #96C814; }
a { background-color: rgb(150,200,20); }
div.DivClassName
{
background-color: #96C814;
}
.BgClassName
{
background-color: #96C814;
}
</style>
border-color css
<style>
span { border-color: #96C814; }
span { border-color: rgb(150,200,20); }
td.TdClassName
{
border-color: #96C814;
}
.TagClassName
{
border-color: #96C814;
}
</style>