Shades of Conifer #C1E061
Tints of Conifer #C1E061
RGB
CMYK
RGB Variations
Color information
#C1E061 (or 0xC1E061) is known color: Conifer. HEX triplet: C1, E0 and 61. RGB value is (193,224,97). Sum of RGB (Red+Green+Blue) = 193+224+97=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E061 is #3E1F9E. Grayscale: #C8C8C8. Windows color (decimal): -4071327 or 6414529. OLE color: 6414529.
HSL color Cylindrical-coordinate representation of color #C1E061: hue angle of 74.65º degrees, saturation: 0.67, 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 #C1E061 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 97 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.12 |
| HSL | 74.65º | 0.67% | 0.63% | - |
| HSV(B) | 74.65º | 0.57% | 0.88% | - |
| XYZ | 50.81 | 65.51 | 21.28 | - |
| YUV | 200.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 97 | 0.14 | 0 | 0.57 | 0.12 | 74.65 | 0.67 | 0.63 |
| Hex | C1 | E0 | 61 | E | 0 | 39 | C | 4B | 43 | 3F |
| Octal | 301 | 340 | 141 | 16 | 0 | 71 | 14 | 113 | 103 | 77 |
| Binary | 11000001 | 11100000 | 1100001 | 1110 | 0 | 111001 | 1100 | 1001011 | 1000011 | 111111 |
Color Harmonies of #C1E061
Complementary color
Monochromatic Colors of #C1E061
Black with #C1E061
Text Example
Text Example
White with #C1E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E061; }
p { color: rgb(193,224,97); }
H1.HeaderClassName
{
color: #C1E061;
}
.AnyTagClassName
{
color: #C1E061;
}
</style>
background-color css
<style>
a { background-color: #C1E061; }
a { background-color: rgb(193,224,97); }
div.DivClassName
{
background-color: #C1E061;
}
.BgClassName
{
background-color: #C1E061;
}
</style>
border-color css
<style>
span { border-color: #C1E061; }
span { border-color: rgb(193,224,97); }
td.TdClassName
{
border-color: #C1E061;
}
.TagClassName
{
border-color: #C1E061;
}
</style>