Shades of Citrus #95C501
Tints of Citrus #95C501
RGB
CMYK
RGB Variations
Color information
#95C501 (or 0x95C501) is known color: Citrus. HEX triplet: 95, C5 and 01. RGB value is (149,197,1). Sum of RGB (Red+Green+Blue) = 149+197+1=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #95C501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C501 is #6A3AFE. Grayscale: #A1A1A1. Windows color (decimal): -6961919 or 116117. OLE color: 116117.
HSL color Cylindrical-coordinate representation of color #95C501: hue angle of 74.69º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95C501 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.23 |
| HSL | 74.69º | 0.99% | 0.39% | - |
| HSV(B) | 74.69º | 0.99% | 0.77% | - |
| XYZ | 32.37 | 46.32 | 7.26 | - |
| YUV | 160.3 | 38.1 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 1 | 0.24 | 0 | 0.99 | 0.23 | 74.69 | 0.99 | 0.39 |
| Hex | 95 | C5 | 1 | 18 | 0 | 63 | 17 | 4B | 63 | 27 |
| Octal | 225 | 305 | 1 | 30 | 0 | 143 | 27 | 113 | 143 | 47 |
| Binary | 10010101 | 11000101 | 1 | 11000 | 0 | 1100011 | 10111 | 1001011 | 1100011 | 100111 |
Color Harmonies of #95C501
Complementary color
Monochromatic Colors of #95C501
Black with #95C501
Text Example
Text Example
White with #95C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C501; }
p { color: rgb(149,197,1); }
H1.HeaderClassName
{
color: #95C501;
}
.AnyTagClassName
{
color: #95C501;
}
</style>
background-color css
<style>
a { background-color: #95C501; }
a { background-color: rgb(149,197,1); }
div.DivClassName
{
background-color: #95C501;
}
.BgClassName
{
background-color: #95C501;
}
</style>
border-color css
<style>
span { border-color: #95C501; }
span { border-color: rgb(149,197,1); }
td.TdClassName
{
border-color: #95C501;
}
.TagClassName
{
border-color: #95C501;
}
</style>