Shades of Conifer #C2EC63
Tints of Conifer #C2EC63
RGB
CMYK
RGB Variations
Color information
#C2EC63 (or 0xC2EC63) is known color: Conifer. HEX triplet: C2, EC and 63. RGB value is (194,236,99). Sum of RGB (Red+Green+Blue) = 194+236+99=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC63 is #3D139C. Grayscale: #D0D0D0. Windows color (decimal): -4002717 or 6548674. OLE color: 6548674.
HSL color Cylindrical-coordinate representation of color #C2EC63: hue angle of 78.39º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2EC63 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 99 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.07 |
| HSL | 78.39º | 0.78% | 0.66% | - |
| HSV(B) | 78.39º | 0.58% | 0.93% | - |
| XYZ | 54.5 | 72.36 | 22.9 | - |
| YUV | 207.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 99 | 0.18 | 0 | 0.58 | 0.07 | 78.39 | 0.78 | 0.66 |
| Hex | C2 | EC | 63 | 12 | 0 | 3A | 7 | 4E | 4E | 42 |
| Octal | 302 | 354 | 143 | 22 | 0 | 72 | 7 | 116 | 116 | 102 |
| Binary | 11000010 | 11101100 | 1100011 | 10010 | 0 | 111010 | 111 | 1001110 | 1001110 | 1000010 |
Color Harmonies of #C2EC63
Complementary color
Monochromatic Colors of #C2EC63
Black with #C2EC63
Text Example
Text Example
White with #C2EC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC63; }
p { color: rgb(194,236,99); }
H1.HeaderClassName
{
color: #C2EC63;
}
.AnyTagClassName
{
color: #C2EC63;
}
</style>
background-color css
<style>
a { background-color: #C2EC63; }
a { background-color: rgb(194,236,99); }
div.DivClassName
{
background-color: #C2EC63;
}
.BgClassName
{
background-color: #C2EC63;
}
</style>
border-color css
<style>
span { border-color: #C2EC63; }
span { border-color: rgb(194,236,99); }
td.TdClassName
{
border-color: #C2EC63;
}
.TagClassName
{
border-color: #C2EC63;
}
</style>