Shades of Citrus #95CE04
Tints of Citrus #95CE04
RGB
CMYK
RGB Variations
Color information
#95CE04 (or 0x95CE04) is known color: Citrus. HEX triplet: 95, CE and 04. RGB value is (149,206,4). Sum of RGB (Red+Green+Blue) = 149+206+4=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CE04 is #6A31FB. Grayscale: #A6A6A6. Windows color (decimal): -6959612 or 315029. OLE color: 315029.
HSL color Cylindrical-coordinate representation of color #95CE04: hue angle of 76.93º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95CE04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.19 |
| HSL | 76.93º | 0.96% | 0.41% | - |
| HSV(B) | 76.93º | 0.98% | 0.81% | - |
| XYZ | 34.49 | 50.54 | 8.05 | - |
| YUV | 165.93 | 36.62 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 4 | 0.28 | 0 | 0.98 | 0.19 | 76.93 | 0.96 | 0.41 |
| Hex | 95 | CE | 4 | 1C | 0 | 62 | 13 | 4D | 60 | 29 |
| Octal | 225 | 316 | 4 | 34 | 0 | 142 | 23 | 115 | 140 | 51 |
| Binary | 10010101 | 11001110 | 100 | 11100 | 0 | 1100010 | 10011 | 1001101 | 1100000 | 101001 |
Color Harmonies of #95CE04
Complementary color
Monochromatic Colors of #95CE04
Black with #95CE04
Text Example
Text Example
White with #95CE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE04; }
p { color: rgb(149,206,4); }
H1.HeaderClassName
{
color: #95CE04;
}
.AnyTagClassName
{
color: #95CE04;
}
</style>
background-color css
<style>
a { background-color: #95CE04; }
a { background-color: rgb(149,206,4); }
div.DivClassName
{
background-color: #95CE04;
}
.BgClassName
{
background-color: #95CE04;
}
</style>
border-color css
<style>
span { border-color: #95CE04; }
span { border-color: rgb(149,206,4); }
td.TdClassName
{
border-color: #95CE04;
}
.TagClassName
{
border-color: #95CE04;
}
</style>