Shades of Conifer #C0ED49
Tints of Conifer #C0ED49
RGB
CMYK
RGB Variations
Color information
#C0ED49 (or 0xC0ED49) is known color: Conifer. HEX triplet: C0, ED and 49. RGB value is (192,237,73). Sum of RGB (Red+Green+Blue) = 192+237+73=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED49 is #3F12B6. Grayscale: #CDCDCD. Windows color (decimal): -4133559 or 4844992. OLE color: 4844992.
HSL color Cylindrical-coordinate representation of color #C0ED49: hue angle of 76.46º degrees, saturation: 0.82, 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 #C0ED49 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 73 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.07 |
| HSL | 76.46º | 0.82% | 0.61% | - |
| HSV(B) | 76.46º | 0.69% | 0.93% | - |
| XYZ | 53.23 | 72.26 | 17.44 | - |
| YUV | 204.85 | 53.59 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 73 | 0.19 | 0 | 0.69 | 0.07 | 76.46 | 0.82 | 0.61 |
| Hex | C0 | ED | 49 | 13 | 0 | 45 | 7 | 4C | 52 | 3D |
| Octal | 300 | 355 | 111 | 23 | 0 | 105 | 7 | 114 | 122 | 75 |
| Binary | 11000000 | 11101101 | 1001001 | 10011 | 0 | 1000101 | 111 | 1001100 | 1010010 | 111101 |
Color Harmonies of #C0ED49
Complementary color
Monochromatic Colors of #C0ED49
Black with #C0ED49
Text Example
Text Example
White with #C0ED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED49; }
p { color: rgb(192,237,73); }
H1.HeaderClassName
{
color: #C0ED49;
}
.AnyTagClassName
{
color: #C0ED49;
}
</style>
background-color css
<style>
a { background-color: #C0ED49; }
a { background-color: rgb(192,237,73); }
div.DivClassName
{
background-color: #C0ED49;
}
.BgClassName
{
background-color: #C0ED49;
}
</style>
border-color css
<style>
span { border-color: #C0ED49; }
span { border-color: rgb(192,237,73); }
td.TdClassName
{
border-color: #C0ED49;
}
.TagClassName
{
border-color: #C0ED49;
}
</style>