Shades of Citrus #95C306
Tints of Citrus #95C306
RGB
CMYK
RGB Variations
Color information
#95C306 (or 0x95C306) is known color: Citrus. HEX triplet: 95, C3 and 06. RGB value is (149,195,6). Sum of RGB (Red+Green+Blue) = 149+195+6=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #95C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C306 is #6A3CF9. Grayscale: #A0A0A0. Windows color (decimal): -6962426 or 443285. OLE color: 443285.
HSL color Cylindrical-coordinate representation of color #95C306: hue angle of 74.6º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95C306 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 6 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.24 |
| HSL | 74.6º | 0.94% | 0.39% | - |
| HSV(B) | 74.6º | 0.97% | 0.76% | - |
| XYZ | 31.94 | 45.43 | 7.26 | - |
| YUV | 159.7 | 41.26 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 6 | 0.24 | 0 | 0.97 | 0.24 | 74.6 | 0.94 | 0.39 |
| Hex | 95 | C3 | 6 | 18 | 0 | 61 | 18 | 4B | 5E | 27 |
| Octal | 225 | 303 | 6 | 30 | 0 | 141 | 30 | 113 | 136 | 47 |
| Binary | 10010101 | 11000011 | 110 | 11000 | 0 | 1100001 | 11000 | 1001011 | 1011110 | 100111 |
Color Harmonies of #95C306
Complementary color
Monochromatic Colors of #95C306
Black with #95C306
Text Example
Text Example
White with #95C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C306; }
p { color: rgb(149,195,6); }
H1.HeaderClassName
{
color: #95C306;
}
.AnyTagClassName
{
color: #95C306;
}
</style>
background-color css
<style>
a { background-color: #95C306; }
a { background-color: rgb(149,195,6); }
div.DivClassName
{
background-color: #95C306;
}
.BgClassName
{
background-color: #95C306;
}
</style>
border-color css
<style>
span { border-color: #95C306; }
span { border-color: rgb(149,195,6); }
td.TdClassName
{
border-color: #95C306;
}
.TagClassName
{
border-color: #95C306;
}
</style>