Shades of Citrus #95CE0E
Tints of Citrus #95CE0E
RGB
CMYK
RGB Variations
Color information
#95CE0E (or 0x95CE0E) is known color: Citrus. HEX triplet: 95, CE and 0E. RGB value is (149,206,14). Sum of RGB (Red+Green+Blue) = 149+206+14=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CE0E is #6A31F1. Grayscale: #A7A7A7. Windows color (decimal): -6959602 or 970389. OLE color: 970389.
HSL color Cylindrical-coordinate representation of color #95CE0E: hue angle of 77.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95CE0E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 14 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.19 |
| HSL | 77.81º | 0.87% | 0.43% | - |
| HSV(B) | 77.81º | 0.93% | 0.81% | - |
| XYZ | 34.55 | 50.56 | 8.35 | - |
| YUV | 167.07 | 41.62 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 14 | 0.28 | 0 | 0.93 | 0.19 | 77.81 | 0.87 | 0.43 |
| Hex | 95 | CE | E | 1C | 0 | 5D | 13 | 4E | 57 | 2B |
| Octal | 225 | 316 | 16 | 34 | 0 | 135 | 23 | 116 | 127 | 53 |
| Binary | 10010101 | 11001110 | 1110 | 11100 | 0 | 1011101 | 10011 | 1001110 | 1010111 | 101011 |
Color Harmonies of #95CE0E
Complementary color
Monochromatic Colors of #95CE0E
Black with #95CE0E
Text Example
Text Example
White with #95CE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE0E; }
p { color: rgb(149,206,14); }
H1.HeaderClassName
{
color: #95CE0E;
}
.AnyTagClassName
{
color: #95CE0E;
}
</style>
background-color css
<style>
a { background-color: #95CE0E; }
a { background-color: rgb(149,206,14); }
div.DivClassName
{
background-color: #95CE0E;
}
.BgClassName
{
background-color: #95CE0E;
}
</style>
border-color css
<style>
span { border-color: #95CE0E; }
span { border-color: rgb(149,206,14); }
td.TdClassName
{
border-color: #95CE0E;
}
.TagClassName
{
border-color: #95CE0E;
}
</style>