Shades of Citrus #95CA0E
Tints of Citrus #95CA0E
RGB
CMYK
RGB Variations
Color information
#95CA0E (or 0x95CA0E) is known color: Citrus. HEX triplet: 95, CA and 0E. RGB value is (149,202,14). Sum of RGB (Red+Green+Blue) = 149+202+14=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CA0E is #6A35F1. Grayscale: #A5A5A5. Windows color (decimal): -6960626 or 969365. OLE color: 969365.
HSL color Cylindrical-coordinate representation of color #95CA0E: hue angle of 76.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95CA0E is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 14 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.21 |
| HSL | 76.91º | 0.87% | 0.42% | - |
| HSV(B) | 76.91º | 0.93% | 0.79% | - |
| XYZ | 33.59 | 48.66 | 8.04 | - |
| YUV | 164.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 14 | 0.26 | 0 | 0.93 | 0.21 | 76.91 | 0.87 | 0.42 |
| Hex | 95 | CA | E | 1A | 0 | 5D | 15 | 4D | 57 | 2A |
| Octal | 225 | 312 | 16 | 32 | 0 | 135 | 25 | 115 | 127 | 52 |
| Binary | 10010101 | 11001010 | 1110 | 11010 | 0 | 1011101 | 10101 | 1001101 | 1010111 | 101010 |
Color Harmonies of #95CA0E
Complementary color
Monochromatic Colors of #95CA0E
Black with #95CA0E
Text Example
Text Example
White with #95CA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CA0E; }
p { color: rgb(149,202,14); }
H1.HeaderClassName
{
color: #95CA0E;
}
.AnyTagClassName
{
color: #95CA0E;
}
</style>
background-color css
<style>
a { background-color: #95CA0E; }
a { background-color: rgb(149,202,14); }
div.DivClassName
{
background-color: #95CA0E;
}
.BgClassName
{
background-color: #95CA0E;
}
</style>
border-color css
<style>
span { border-color: #95CA0E; }
span { border-color: rgb(149,202,14); }
td.TdClassName
{
border-color: #95CA0E;
}
.TagClassName
{
border-color: #95CA0E;
}
</style>