Shades of Conifer #C1E360
Tints of Conifer #C1E360
RGB
CMYK
RGB Variations
Color information
#C1E360 (or 0xC1E360) is known color: Conifer. HEX triplet: C1, E3 and 60. RGB value is (193,227,96). Sum of RGB (Red+Green+Blue) = 193+227+96=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E360 is #3E1C9F. Grayscale: #CACACA. Windows color (decimal): -4070560 or 6349761. OLE color: 6349761.
HSL color Cylindrical-coordinate representation of color #C1E360: hue angle of 75.57º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1E360 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 96 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 75.57º | 0.7% | 0.63% | - |
| HSV(B) | 75.57º | 0.58% | 0.89% | - |
| XYZ | 51.57 | 67.12 | 21.3 | - |
| YUV | 201.9 | 68.24 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 96 | 0.15 | 0 | 0.58 | 0.11 | 75.57 | 0.7 | 0.63 |
| Hex | C1 | E3 | 60 | F | 0 | 3A | B | 4C | 46 | 3F |
| Octal | 301 | 343 | 140 | 17 | 0 | 72 | 13 | 114 | 106 | 77 |
| Binary | 11000001 | 11100011 | 1100000 | 1111 | 0 | 111010 | 1011 | 1001100 | 1000110 | 111111 |
Color Harmonies of #C1E360
Complementary color
Monochromatic Colors of #C1E360
Black with #C1E360
Text Example
Text Example
White with #C1E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E360; }
p { color: rgb(193,227,96); }
H1.HeaderClassName
{
color: #C1E360;
}
.AnyTagClassName
{
color: #C1E360;
}
</style>
background-color css
<style>
a { background-color: #C1E360; }
a { background-color: rgb(193,227,96); }
div.DivClassName
{
background-color: #C1E360;
}
.BgClassName
{
background-color: #C1E360;
}
</style>
border-color css
<style>
span { border-color: #C1E360; }
span { border-color: rgb(193,227,96); }
td.TdClassName
{
border-color: #C1E360;
}
.TagClassName
{
border-color: #C1E360;
}
</style>