Shades of Citrus #95C117
Tints of Citrus #95C117
RGB
CMYK
RGB Variations
Color information
#95C117 (or 0x95C117) is known color: Citrus. HEX triplet: 95, C1 and 17. RGB value is (149,193,23). Sum of RGB (Red+Green+Blue) = 149+193+23=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #95C117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C117 is #6A3EE8. Grayscale: #A1A1A1. Windows color (decimal): -6962921 or 1556885. OLE color: 1556885.
HSL color Cylindrical-coordinate representation of color #95C117: hue angle of 75.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95C117 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 23 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.24 |
| HSL | 75.53º | 0.79% | 0.42% | - |
| HSV(B) | 75.53º | 0.88% | 0.76% | - |
| XYZ | 31.62 | 44.59 | 7.75 | - |
| YUV | 160.46 | 50.42 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 23 | 0.23 | 0 | 0.88 | 0.24 | 75.53 | 0.79 | 0.42 |
| Hex | 95 | C1 | 17 | 17 | 0 | 58 | 18 | 4C | 4F | 2A |
| Octal | 225 | 301 | 27 | 27 | 0 | 130 | 30 | 114 | 117 | 52 |
| Binary | 10010101 | 11000001 | 10111 | 10111 | 0 | 1011000 | 11000 | 1001100 | 1001111 | 101010 |
Color Harmonies of #95C117
Complementary color
Monochromatic Colors of #95C117
Black with #95C117
Text Example
Text Example
White with #95C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C117; }
p { color: rgb(149,193,23); }
H1.HeaderClassName
{
color: #95C117;
}
.AnyTagClassName
{
color: #95C117;
}
</style>
background-color css
<style>
a { background-color: #95C117; }
a { background-color: rgb(149,193,23); }
div.DivClassName
{
background-color: #95C117;
}
.BgClassName
{
background-color: #95C117;
}
</style>
border-color css
<style>
span { border-color: #95C117; }
span { border-color: rgb(149,193,23); }
td.TdClassName
{
border-color: #95C117;
}
.TagClassName
{
border-color: #95C117;
}
</style>