Shades of Conifer #C1E462
Tints of Conifer #C1E462
RGB
CMYK
RGB Variations
Color information
#C1E462 (or 0xC1E462) is known color: Conifer. HEX triplet: C1, E4 and 62. RGB value is (193,228,98). Sum of RGB (Red+Green+Blue) = 193+228+98=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E462 is #3E1B9D. Grayscale: #CBCBCB. Windows color (decimal): -4070302 or 6481089. OLE color: 6481089.
HSL color Cylindrical-coordinate representation of color #C1E462: hue angle of 76.15º degrees, saturation: 0.71, 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 #C1E462 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 98 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.11 |
| HSL | 76.15º | 0.71% | 0.64% | - |
| HSV(B) | 76.15º | 0.57% | 0.89% | - |
| XYZ | 51.94 | 67.71 | 21.89 | - |
| YUV | 202.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 98 | 0.15 | 0 | 0.57 | 0.11 | 76.15 | 0.71 | 0.64 |
| Hex | C1 | E4 | 62 | F | 0 | 39 | B | 4C | 47 | 40 |
| Octal | 301 | 344 | 142 | 17 | 0 | 71 | 13 | 114 | 107 | 100 |
| Binary | 11000001 | 11100100 | 1100010 | 1111 | 0 | 111001 | 1011 | 1001100 | 1000111 | 1000000 |
Color Harmonies of #C1E462
Complementary color
Monochromatic Colors of #C1E462
Black with #C1E462
Text Example
Text Example
White with #C1E462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E462; }
p { color: rgb(193,228,98); }
H1.HeaderClassName
{
color: #C1E462;
}
.AnyTagClassName
{
color: #C1E462;
}
</style>
background-color css
<style>
a { background-color: #C1E462; }
a { background-color: rgb(193,228,98); }
div.DivClassName
{
background-color: #C1E462;
}
.BgClassName
{
background-color: #C1E462;
}
</style>
border-color css
<style>
span { border-color: #C1E462; }
span { border-color: rgb(193,228,98); }
td.TdClassName
{
border-color: #C1E462;
}
.TagClassName
{
border-color: #C1E462;
}
</style>