Shades of Conifer #C1E160
Tints of Conifer #C1E160
RGB
CMYK
RGB Variations
Color information
#C1E160 (or 0xC1E160) is known color: Conifer. HEX triplet: C1, E1 and 60. RGB value is (193,225,96). Sum of RGB (Red+Green+Blue) = 193+225+96=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E160 is #3E1E9F. Grayscale: #C9C9C9. Windows color (decimal): -4071072 or 6349249. OLE color: 6349249.
HSL color Cylindrical-coordinate representation of color #C1E160: hue angle of 74.88º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1E160 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 96 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.12 |
| HSL | 74.88º | 0.68% | 0.63% | - |
| HSV(B) | 74.88º | 0.57% | 0.88% | - |
| XYZ | 51.03 | 66.03 | 21.12 | - |
| YUV | 200.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 96 | 0.14 | 0 | 0.57 | 0.12 | 74.88 | 0.68 | 0.63 |
| Hex | C1 | E1 | 60 | E | 0 | 39 | C | 4B | 44 | 3F |
| Octal | 301 | 341 | 140 | 16 | 0 | 71 | 14 | 113 | 104 | 77 |
| Binary | 11000001 | 11100001 | 1100000 | 1110 | 0 | 111001 | 1100 | 1001011 | 1000100 | 111111 |
Color Harmonies of #C1E160
Complementary color
Monochromatic Colors of #C1E160
Black with #C1E160
Text Example
Text Example
White with #C1E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E160; }
p { color: rgb(193,225,96); }
H1.HeaderClassName
{
color: #C1E160;
}
.AnyTagClassName
{
color: #C1E160;
}
</style>
background-color css
<style>
a { background-color: #C1E160; }
a { background-color: rgb(193,225,96); }
div.DivClassName
{
background-color: #C1E160;
}
.BgClassName
{
background-color: #C1E160;
}
</style>
border-color css
<style>
span { border-color: #C1E160; }
span { border-color: rgb(193,225,96); }
td.TdClassName
{
border-color: #C1E160;
}
.TagClassName
{
border-color: #C1E160;
}
</style>