Shades of Citrus #95C409
Tints of Citrus #95C409
RGB
CMYK
RGB Variations
Color information
#95C409 (or 0x95C409) is known color: Citrus. HEX triplet: 95, C4 and 09. RGB value is (149,196,9). Sum of RGB (Red+Green+Blue) = 149+196+9=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #95C409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C409 is #6A3BF6. Grayscale: #A1A1A1. Windows color (decimal): -6962167 or 640149. OLE color: 640149.
HSL color Cylindrical-coordinate representation of color #95C409: hue angle of 75.08º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95C409 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 196 | 9 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.23 |
| HSL | 75.08º | 0.91% | 0.4% | - |
| HSV(B) | 75.08º | 0.95% | 0.77% | - |
| XYZ | 32.18 | 45.89 | 7.42 | - |
| YUV | 160.63 | 42.43 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 196 | 9 | 0.24 | 0 | 0.95 | 0.23 | 75.08 | 0.91 | 0.4 |
| Hex | 95 | C4 | 9 | 18 | 0 | 5F | 17 | 4B | 5B | 28 |
| Octal | 225 | 304 | 11 | 30 | 0 | 137 | 27 | 113 | 133 | 50 |
| Binary | 10010101 | 11000100 | 1001 | 11000 | 0 | 1011111 | 10111 | 1001011 | 1011011 | 101000 |
Color Harmonies of #95C409
Complementary color
Monochromatic Colors of #95C409
Black with #95C409
Text Example
Text Example
White with #95C409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C409; }
p { color: rgb(149,196,9); }
H1.HeaderClassName
{
color: #95C409;
}
.AnyTagClassName
{
color: #95C409;
}
</style>
background-color css
<style>
a { background-color: #95C409; }
a { background-color: rgb(149,196,9); }
div.DivClassName
{
background-color: #95C409;
}
.BgClassName
{
background-color: #95C409;
}
</style>
border-color css
<style>
span { border-color: #95C409; }
span { border-color: rgb(149,196,9); }
td.TdClassName
{
border-color: #95C409;
}
.TagClassName
{
border-color: #95C409;
}
</style>