Shades of Citrus #95C00B
Tints of Citrus #95C00B
RGB
CMYK
RGB Variations
Color information
#95C00B (or 0x95C00B) is known color: Citrus. HEX triplet: 95, C0 and 0B. RGB value is (149,192,11). Sum of RGB (Red+Green+Blue) = 149+192+11=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #95C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C00B is #6A3FF4. Grayscale: #9F9F9F. Windows color (decimal): -6963189 or 770197. OLE color: 770197.
HSL color Cylindrical-coordinate representation of color #95C00B: hue angle of 74.25º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95C00B is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 11 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.25 |
| HSL | 74.25º | 0.89% | 0.4% | - |
| HSV(B) | 74.25º | 0.94% | 0.75% | - |
| XYZ | 31.3 | 44.11 | 7.18 | - |
| YUV | 158.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 11 | 0.22 | 0 | 0.94 | 0.25 | 74.25 | 0.89 | 0.4 |
| Hex | 95 | C0 | B | 16 | 0 | 5E | 19 | 4A | 59 | 28 |
| Octal | 225 | 300 | 13 | 26 | 0 | 136 | 31 | 112 | 131 | 50 |
| Binary | 10010101 | 11000000 | 1011 | 10110 | 0 | 1011110 | 11001 | 1001010 | 1011001 | 101000 |
Color Harmonies of #95C00B
Complementary color
Monochromatic Colors of #95C00B
Black with #95C00B
Text Example
Text Example
White with #95C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C00B; }
p { color: rgb(149,192,11); }
H1.HeaderClassName
{
color: #95C00B;
}
.AnyTagClassName
{
color: #95C00B;
}
</style>
background-color css
<style>
a { background-color: #95C00B; }
a { background-color: rgb(149,192,11); }
div.DivClassName
{
background-color: #95C00B;
}
.BgClassName
{
background-color: #95C00B;
}
</style>
border-color css
<style>
span { border-color: #95C00B; }
span { border-color: rgb(149,192,11); }
td.TdClassName
{
border-color: #95C00B;
}
.TagClassName
{
border-color: #95C00B;
}
</style>