Shades of Conifer #C0ED45
Tints of Conifer #C0ED45
RGB
CMYK
RGB Variations
Color information
#C0ED45 (or 0xC0ED45) is known color: Conifer. HEX triplet: C0, ED and 45. RGB value is (192,237,69). Sum of RGB (Red+Green+Blue) = 192+237+69=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED45 is #3F12BA. Grayscale: #CDCDCD. Windows color (decimal): -4133563 or 4582848. OLE color: 4582848.
HSL color Cylindrical-coordinate representation of color #C0ED45: hue angle of 76.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0ED45 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 69 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.07 |
| HSL | 76.07º | 0.82% | 0.6% | - |
| HSV(B) | 76.07º | 0.71% | 0.93% | - |
| XYZ | 53.1 | 72.2 | 16.77 | - |
| YUV | 204.39 | 51.59 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 69 | 0.19 | 0 | 0.71 | 0.07 | 76.07 | 0.82 | 0.6 |
| Hex | C0 | ED | 45 | 13 | 0 | 47 | 7 | 4C | 52 | 3C |
| Octal | 300 | 355 | 105 | 23 | 0 | 107 | 7 | 114 | 122 | 74 |
| Binary | 11000000 | 11101101 | 1000101 | 10011 | 0 | 1000111 | 111 | 1001100 | 1010010 | 111100 |
Color Harmonies of #C0ED45
Complementary color
Monochromatic Colors of #C0ED45
Black with #C0ED45
Text Example
Text Example
White with #C0ED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED45; }
p { color: rgb(192,237,69); }
H1.HeaderClassName
{
color: #C0ED45;
}
.AnyTagClassName
{
color: #C0ED45;
}
</style>
background-color css
<style>
a { background-color: #C0ED45; }
a { background-color: rgb(192,237,69); }
div.DivClassName
{
background-color: #C0ED45;
}
.BgClassName
{
background-color: #C0ED45;
}
</style>
border-color css
<style>
span { border-color: #C0ED45; }
span { border-color: rgb(192,237,69); }
td.TdClassName
{
border-color: #C0ED45;
}
.TagClassName
{
border-color: #C0ED45;
}
</style>