Shades of Citrus #95C103
Tints of Citrus #95C103
RGB
CMYK
RGB Variations
Color information
#95C103 (or 0x95C103) is known color: Citrus. HEX triplet: 95, C1 and 03. RGB value is (149,193,3). Sum of RGB (Red+Green+Blue) = 149+193+3=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #95C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C103 is #6A3EFC. Grayscale: #9E9E9E. Windows color (decimal): -6962941 or 246165. OLE color: 246165.
HSL color Cylindrical-coordinate representation of color #95C103: hue angle of 73.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95C103 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.24 |
| HSL | 73.89º | 0.97% | 0.38% | - |
| HSV(B) | 73.89º | 0.98% | 0.76% | - |
| XYZ | 31.48 | 44.54 | 7.02 | - |
| YUV | 158.18 | 40.42 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 3 | 0.23 | 0 | 0.98 | 0.24 | 73.89 | 0.97 | 0.38 |
| Hex | 95 | C1 | 3 | 17 | 0 | 62 | 18 | 4A | 61 | 26 |
| Octal | 225 | 301 | 3 | 27 | 0 | 142 | 30 | 112 | 141 | 46 |
| Binary | 10010101 | 11000001 | 11 | 10111 | 0 | 1100010 | 11000 | 1001010 | 1100001 | 100110 |
Color Harmonies of #95C103
Complementary color
Monochromatic Colors of #95C103
Black with #95C103
Text Example
Text Example
White with #95C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C103; }
p { color: rgb(149,193,3); }
H1.HeaderClassName
{
color: #95C103;
}
.AnyTagClassName
{
color: #95C103;
}
</style>
background-color css
<style>
a { background-color: #95C103; }
a { background-color: rgb(149,193,3); }
div.DivClassName
{
background-color: #95C103;
}
.BgClassName
{
background-color: #95C103;
}
</style>
border-color css
<style>
span { border-color: #95C103; }
span { border-color: rgb(149,193,3); }
td.TdClassName
{
border-color: #95C103;
}
.TagClassName
{
border-color: #95C103;
}
</style>