Shades of Conifer #C0EF62
Tints of Conifer #C0EF62
RGB
CMYK
RGB Variations
Color information
#C0EF62 (or 0xC0EF62) is known color: Conifer. HEX triplet: C0, EF and 62. RGB value is (192,239,98). Sum of RGB (Red+Green+Blue) = 192+239+98=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF62 is #3F109D. Grayscale: #D1D1D1. Windows color (decimal): -4133022 or 6483904. OLE color: 6483904.
HSL color Cylindrical-coordinate representation of color #C0EF62: hue angle of 80º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0EF62 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 98 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.06 |
| HSL | 80º | 0.82% | 0.66% | - |
| HSV(B) | 80º | 0.59% | 0.94% | - |
| XYZ | 54.81 | 73.82 | 22.92 | - |
| YUV | 208.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 98 | 0.20 | 0 | 0.59 | 0.06 | 80 | 0.82 | 0.66 |
| Hex | C0 | EF | 62 | 14 | 0 | 3B | 6 | 50 | 52 | 42 |
| Octal | 300 | 357 | 142 | 24 | 0 | 73 | 6 | 120 | 122 | 102 |
| Binary | 11000000 | 11101111 | 1100010 | 10100 | 0 | 111011 | 110 | 1010000 | 1010010 | 1000010 |
Color Harmonies of #C0EF62
Complementary color
Monochromatic Colors of #C0EF62
Black with #C0EF62
Text Example
Text Example
White with #C0EF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF62; }
p { color: rgb(192,239,98); }
H1.HeaderClassName
{
color: #C0EF62;
}
.AnyTagClassName
{
color: #C0EF62;
}
</style>
background-color css
<style>
a { background-color: #C0EF62; }
a { background-color: rgb(192,239,98); }
div.DivClassName
{
background-color: #C0EF62;
}
.BgClassName
{
background-color: #C0EF62;
}
</style>
border-color css
<style>
span { border-color: #C0EF62; }
span { border-color: rgb(192,239,98); }
td.TdClassName
{
border-color: #C0EF62;
}
.TagClassName
{
border-color: #C0EF62;
}
</style>