Shades of Conifer #C0E266
Tints of Conifer #C0E266
RGB
CMYK
RGB Variations
Color information
#C0E266 (or 0xC0E266) is known color: Conifer. HEX triplet: C0, E2 and 66. RGB value is (192,226,102). Sum of RGB (Red+Green+Blue) = 192+226+102=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E266 is #3F1D99. Grayscale: #CACACA. Windows color (decimal): -4136346 or 6742720. OLE color: 6742720.
HSL color Cylindrical-coordinate representation of color #C0E266: hue angle of 76.45º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0E266 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 102 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.11 |
| HSL | 76.45º | 0.68% | 0.64% | - |
| HSV(B) | 76.45º | 0.55% | 0.89% | - |
| XYZ | 51.33 | 66.56 | 22.71 | - |
| YUV | 201.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 102 | 0.15 | 0 | 0.55 | 0.11 | 76.45 | 0.68 | 0.64 |
| Hex | C0 | E2 | 66 | F | 0 | 37 | B | 4C | 44 | 40 |
| Octal | 300 | 342 | 146 | 17 | 0 | 67 | 13 | 114 | 104 | 100 |
| Binary | 11000000 | 11100010 | 1100110 | 1111 | 0 | 110111 | 1011 | 1001100 | 1000100 | 1000000 |
Color Harmonies of #C0E266
Complementary color
Monochromatic Colors of #C0E266
Black with #C0E266
Text Example
Text Example
White with #C0E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E266; }
p { color: rgb(192,226,102); }
H1.HeaderClassName
{
color: #C0E266;
}
.AnyTagClassName
{
color: #C0E266;
}
</style>
background-color css
<style>
a { background-color: #C0E266; }
a { background-color: rgb(192,226,102); }
div.DivClassName
{
background-color: #C0E266;
}
.BgClassName
{
background-color: #C0E266;
}
</style>
border-color css
<style>
span { border-color: #C0E266; }
span { border-color: rgb(192,226,102); }
td.TdClassName
{
border-color: #C0E266;
}
.TagClassName
{
border-color: #C0E266;
}
</style>