Shades of Conifer #C1E362
Tints of Conifer #C1E362
RGB
CMYK
RGB Variations
Color information
#C1E362 (or 0xC1E362) is known color: Conifer. HEX triplet: C1, E3 and 62. RGB value is (193,227,98). Sum of RGB (Red+Green+Blue) = 193+227+98=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E362 is #3E1C9D. Grayscale: #CACACA. Windows color (decimal): -4070558 or 6480833. OLE color: 6480833.
HSL color Cylindrical-coordinate representation of color #C1E362: hue angle of 75.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1E362 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 98 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.11 |
| HSL | 75.81º | 0.7% | 0.64% | - |
| HSV(B) | 75.81º | 0.57% | 0.89% | - |
| XYZ | 51.67 | 67.16 | 21.79 | - |
| YUV | 202.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 98 | 0.15 | 0 | 0.57 | 0.11 | 75.81 | 0.7 | 0.64 |
| Hex | C1 | E3 | 62 | F | 0 | 39 | B | 4C | 46 | 40 |
| Octal | 301 | 343 | 142 | 17 | 0 | 71 | 13 | 114 | 106 | 100 |
| Binary | 11000001 | 11100011 | 1100010 | 1111 | 0 | 111001 | 1011 | 1001100 | 1000110 | 1000000 |
Color Harmonies of #C1E362
Complementary color
Monochromatic Colors of #C1E362
Black with #C1E362
Text Example
Text Example
White with #C1E362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E362; }
p { color: rgb(193,227,98); }
H1.HeaderClassName
{
color: #C1E362;
}
.AnyTagClassName
{
color: #C1E362;
}
</style>
background-color css
<style>
a { background-color: #C1E362; }
a { background-color: rgb(193,227,98); }
div.DivClassName
{
background-color: #C1E362;
}
.BgClassName
{
background-color: #C1E362;
}
</style>
border-color css
<style>
span { border-color: #C1E362; }
span { border-color: rgb(193,227,98); }
td.TdClassName
{
border-color: #C1E362;
}
.TagClassName
{
border-color: #C1E362;
}
</style>