Shades of Conifer #C0EE49
Tints of Conifer #C0EE49
RGB
CMYK
RGB Variations
Color information
#C0EE49 (or 0xC0EE49) is known color: Conifer. HEX triplet: C0, EE and 49. RGB value is (192,238,73). Sum of RGB (Red+Green+Blue) = 192+238+73=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EE49 is #3F11B6. Grayscale: #CECECE. Windows color (decimal): -4133303 or 4845248. OLE color: 4845248.
HSL color Cylindrical-coordinate representation of color #C0EE49: hue angle of 76.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0EE49 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 73 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.07 |
| HSL | 76.73º | 0.83% | 0.61% | - |
| HSV(B) | 76.73º | 0.69% | 0.93% | - |
| XYZ | 53.52 | 72.84 | 17.54 | - |
| YUV | 205.44 | 53.26 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 73 | 0.19 | 0 | 0.69 | 0.07 | 76.73 | 0.83 | 0.61 |
| Hex | C0 | EE | 49 | 13 | 0 | 45 | 7 | 4D | 53 | 3D |
| Octal | 300 | 356 | 111 | 23 | 0 | 105 | 7 | 115 | 123 | 75 |
| Binary | 11000000 | 11101110 | 1001001 | 10011 | 0 | 1000101 | 111 | 1001101 | 1010011 | 111101 |
Color Harmonies of #C0EE49
Complementary color
Monochromatic Colors of #C0EE49
Black with #C0EE49
Text Example
Text Example
White with #C0EE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE49; }
p { color: rgb(192,238,73); }
H1.HeaderClassName
{
color: #C0EE49;
}
.AnyTagClassName
{
color: #C0EE49;
}
</style>
background-color css
<style>
a { background-color: #C0EE49; }
a { background-color: rgb(192,238,73); }
div.DivClassName
{
background-color: #C0EE49;
}
.BgClassName
{
background-color: #C0EE49;
}
</style>
border-color css
<style>
span { border-color: #C0EE49; }
span { border-color: rgb(192,238,73); }
td.TdClassName
{
border-color: #C0EE49;
}
.TagClassName
{
border-color: #C0EE49;
}
</style>