Shades of Citrus #95C80B
Tints of Citrus #95C80B
RGB
CMYK
RGB Variations
Color information
#95C80B (or 0x95C80B) is known color: Citrus. HEX triplet: 95, C8 and 0B. RGB value is (149,200,11). Sum of RGB (Red+Green+Blue) = 149+200+11=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #95C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C80B is #6A37F4. Grayscale: #A3A3A3. Windows color (decimal): -6961141 or 772245. OLE color: 772245.
HSL color Cylindrical-coordinate representation of color #95C80B: hue angle of 76.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95C80B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 11 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.22 |
| HSL | 76.19º | 0.9% | 0.41% | - |
| HSV(B) | 76.19º | 0.95% | 0.78% | - |
| XYZ | 33.11 | 47.72 | 7.78 | - |
| YUV | 163.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 11 | 0.26 | 0 | 0.94 | 0.22 | 76.19 | 0.9 | 0.41 |
| Hex | 95 | C8 | B | 1A | 0 | 5E | 16 | 4C | 5A | 29 |
| Octal | 225 | 310 | 13 | 32 | 0 | 136 | 26 | 114 | 132 | 51 |
| Binary | 10010101 | 11001000 | 1011 | 11010 | 0 | 1011110 | 10110 | 1001100 | 1011010 | 101001 |
Color Harmonies of #95C80B
Complementary color
Monochromatic Colors of #95C80B
Black with #95C80B
Text Example
Text Example
White with #95C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C80B; }
p { color: rgb(149,200,11); }
H1.HeaderClassName
{
color: #95C80B;
}
.AnyTagClassName
{
color: #95C80B;
}
</style>
background-color css
<style>
a { background-color: #95C80B; }
a { background-color: rgb(149,200,11); }
div.DivClassName
{
background-color: #95C80B;
}
.BgClassName
{
background-color: #95C80B;
}
</style>
border-color css
<style>
span { border-color: #95C80B; }
span { border-color: rgb(149,200,11); }
td.TdClassName
{
border-color: #95C80B;
}
.TagClassName
{
border-color: #95C80B;
}
</style>