Shades of Citrus #95D103
Tints of Citrus #95D103
RGB
CMYK
RGB Variations
Color information
#95D103 (or 0x95D103) is known color: Citrus. HEX triplet: 95, D1 and 03. RGB value is (149,209,3). Sum of RGB (Red+Green+Blue) = 149+209+3=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #95D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D103 is #6A2EFC. Grayscale: #A8A8A8. Windows color (decimal): -6958845 or 250261. OLE color: 250261.
HSL color Cylindrical-coordinate representation of color #95D103: hue angle of 77.48º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95D103 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 209 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.18 |
| HSL | 77.48º | 0.97% | 0.42% | - |
| HSV(B) | 77.48º | 0.99% | 0.82% | - |
| XYZ | 35.21 | 52 | 8.27 | - |
| YUV | 167.58 | 35.12 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 209 | 3 | 0.29 | 0 | 0.99 | 0.18 | 77.48 | 0.97 | 0.42 |
| Hex | 95 | D1 | 3 | 1D | 0 | 63 | 12 | 4D | 61 | 2A |
| Octal | 225 | 321 | 3 | 35 | 0 | 143 | 22 | 115 | 141 | 52 |
| Binary | 10010101 | 11010001 | 11 | 11101 | 0 | 1100011 | 10010 | 1001101 | 1100001 | 101010 |
Color Harmonies of #95D103
Complementary color
Monochromatic Colors of #95D103
Black with #95D103
Text Example
Text Example
White with #95D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D103; }
p { color: rgb(149,209,3); }
H1.HeaderClassName
{
color: #95D103;
}
.AnyTagClassName
{
color: #95D103;
}
</style>
background-color css
<style>
a { background-color: #95D103; }
a { background-color: rgb(149,209,3); }
div.DivClassName
{
background-color: #95D103;
}
.BgClassName
{
background-color: #95D103;
}
</style>
border-color css
<style>
span { border-color: #95D103; }
span { border-color: rgb(149,209,3); }
td.TdClassName
{
border-color: #95D103;
}
.TagClassName
{
border-color: #95D103;
}
</style>