Shades of Conifer #C1EC62
Tints of Conifer #C1EC62
RGB
CMYK
RGB Variations
Color information
#C1EC62 (or 0xC1EC62) is known color: Conifer. HEX triplet: C1, EC and 62. RGB value is (193,236,98). Sum of RGB (Red+Green+Blue) = 193+236+98=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC62 is #3E139D. Grayscale: #CFCFCF. Windows color (decimal): -4068254 or 6483137. OLE color: 6483137.
HSL color Cylindrical-coordinate representation of color #C1EC62: hue angle of 78.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1EC62 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 98 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.07 |
| HSL | 78.7º | 0.78% | 0.65% | - |
| HSV(B) | 78.7º | 0.58% | 0.93% | - |
| XYZ | 54.19 | 72.21 | 22.64 | - |
| YUV | 207.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 98 | 0.18 | 0 | 0.58 | 0.07 | 78.7 | 0.78 | 0.65 |
| Hex | C1 | EC | 62 | 12 | 0 | 3A | 7 | 4F | 4E | 41 |
| Octal | 301 | 354 | 142 | 22 | 0 | 72 | 7 | 117 | 116 | 101 |
| Binary | 11000001 | 11101100 | 1100010 | 10010 | 0 | 111010 | 111 | 1001111 | 1001110 | 1000001 |
Color Harmonies of #C1EC62
Complementary color
Monochromatic Colors of #C1EC62
Black with #C1EC62
Text Example
Text Example
White with #C1EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC62; }
p { color: rgb(193,236,98); }
H1.HeaderClassName
{
color: #C1EC62;
}
.AnyTagClassName
{
color: #C1EC62;
}
</style>
background-color css
<style>
a { background-color: #C1EC62; }
a { background-color: rgb(193,236,98); }
div.DivClassName
{
background-color: #C1EC62;
}
.BgClassName
{
background-color: #C1EC62;
}
</style>
border-color css
<style>
span { border-color: #C1EC62; }
span { border-color: rgb(193,236,98); }
td.TdClassName
{
border-color: #C1EC62;
}
.TagClassName
{
border-color: #C1EC62;
}
</style>