Shades of Conifer #C0EE61
Tints of Conifer #C0EE61
RGB
CMYK
RGB Variations
Color information
#C0EE61 (or 0xC0EE61) is known color: Conifer. HEX triplet: C0, EE and 61. RGB value is (192,238,97). Sum of RGB (Red+Green+Blue) = 192+238+97=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EE61 is #3F119E. Grayscale: #D0D0D0. Windows color (decimal): -4133279 or 6418112. OLE color: 6418112.
HSL color Cylindrical-coordinate representation of color #C0EE61: hue angle of 79.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0EE61 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 97 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.07 |
| HSL | 79.57º | 0.81% | 0.66% | - |
| HSV(B) | 79.57º | 0.59% | 0.93% | - |
| XYZ | 54.47 | 73.22 | 22.57 | - |
| YUV | 208.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 97 | 0.19 | 0 | 0.59 | 0.07 | 79.57 | 0.81 | 0.66 |
| Hex | C0 | EE | 61 | 13 | 0 | 3B | 7 | 50 | 51 | 42 |
| Octal | 300 | 356 | 141 | 23 | 0 | 73 | 7 | 120 | 121 | 102 |
| Binary | 11000000 | 11101110 | 1100001 | 10011 | 0 | 111011 | 111 | 1010000 | 1010001 | 1000010 |
Color Harmonies of #C0EE61
Complementary color
Monochromatic Colors of #C0EE61
Black with #C0EE61
Text Example
Text Example
White with #C0EE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE61; }
p { color: rgb(192,238,97); }
H1.HeaderClassName
{
color: #C0EE61;
}
.AnyTagClassName
{
color: #C0EE61;
}
</style>
background-color css
<style>
a { background-color: #C0EE61; }
a { background-color: rgb(192,238,97); }
div.DivClassName
{
background-color: #C0EE61;
}
.BgClassName
{
background-color: #C0EE61;
}
</style>
border-color css
<style>
span { border-color: #C0EE61; }
span { border-color: rgb(192,238,97); }
td.TdClassName
{
border-color: #C0EE61;
}
.TagClassName
{
border-color: #C0EE61;
}
</style>