Shades of Conifer #C1E356
Tints of Conifer #C1E356
RGB
CMYK
RGB Variations
Color information
#C1E356 (or 0xC1E356) is known color: Conifer. HEX triplet: C1, E3 and 56. RGB value is (193,227,86). Sum of RGB (Red+Green+Blue) = 193+227+86=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E356 is #3E1CA9. Grayscale: #C9C9C9. Windows color (decimal): -4070570 or 5694401. OLE color: 5694401.
HSL color Cylindrical-coordinate representation of color #C1E356: hue angle of 74.47º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1E356 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 86 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.11 |
| HSL | 74.47º | 0.72% | 0.61% | - |
| HSV(B) | 74.47º | 0.62% | 0.89% | - |
| XYZ | 51.14 | 66.95 | 19.03 | - |
| YUV | 200.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 86 | 0.15 | 0 | 0.62 | 0.11 | 74.47 | 0.72 | 0.61 |
| Hex | C1 | E3 | 56 | F | 0 | 3E | B | 4A | 48 | 3D |
| Octal | 301 | 343 | 126 | 17 | 0 | 76 | 13 | 112 | 110 | 75 |
| Binary | 11000001 | 11100011 | 1010110 | 1111 | 0 | 111110 | 1011 | 1001010 | 1001000 | 111101 |
Color Harmonies of #C1E356
Complementary color
Monochromatic Colors of #C1E356
Black with #C1E356
Text Example
Text Example
White with #C1E356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E356; }
p { color: rgb(193,227,86); }
H1.HeaderClassName
{
color: #C1E356;
}
.AnyTagClassName
{
color: #C1E356;
}
</style>
background-color css
<style>
a { background-color: #C1E356; }
a { background-color: rgb(193,227,86); }
div.DivClassName
{
background-color: #C1E356;
}
.BgClassName
{
background-color: #C1E356;
}
</style>
border-color css
<style>
span { border-color: #C1E356; }
span { border-color: rgb(193,227,86); }
td.TdClassName
{
border-color: #C1E356;
}
.TagClassName
{
border-color: #C1E356;
}
</style>