Shades of Citrus #95C303
Tints of Citrus #95C303
RGB
CMYK
RGB Variations
Color information
#95C303 (or 0x95C303) is known color: Citrus. HEX triplet: 95, C3 and 03. RGB value is (149,195,3). Sum of RGB (Red+Green+Blue) = 149+195+3=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #95C303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C303 is #6A3CFC. Grayscale: #A0A0A0. Windows color (decimal): -6962429 or 246677. OLE color: 246677.
HSL color Cylindrical-coordinate representation of color #95C303: hue angle of 74.37º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95C303 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 3 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.24 |
| HSL | 74.37º | 0.97% | 0.39% | - |
| HSV(B) | 74.37º | 0.98% | 0.76% | - |
| XYZ | 31.93 | 45.43 | 7.17 | - |
| YUV | 159.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 3 | 0.24 | 0 | 0.98 | 0.24 | 74.37 | 0.97 | 0.39 |
| Hex | 95 | C3 | 3 | 18 | 0 | 62 | 18 | 4A | 61 | 27 |
| Octal | 225 | 303 | 3 | 30 | 0 | 142 | 30 | 112 | 141 | 47 |
| Binary | 10010101 | 11000011 | 11 | 11000 | 0 | 1100010 | 11000 | 1001010 | 1100001 | 100111 |
Color Harmonies of #95C303
Complementary color
Monochromatic Colors of #95C303
Black with #95C303
Text Example
Text Example
White with #95C303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C303; }
p { color: rgb(149,195,3); }
H1.HeaderClassName
{
color: #95C303;
}
.AnyTagClassName
{
color: #95C303;
}
</style>
background-color css
<style>
a { background-color: #95C303; }
a { background-color: rgb(149,195,3); }
div.DivClassName
{
background-color: #95C303;
}
.BgClassName
{
background-color: #95C303;
}
</style>
border-color css
<style>
span { border-color: #95C303; }
span { border-color: rgb(149,195,3); }
td.TdClassName
{
border-color: #95C303;
}
.TagClassName
{
border-color: #95C303;
}
</style>