Shades of Conifer #C0ED50
Tints of Conifer #C0ED50
RGB
CMYK
RGB Variations
Color information
#C0ED50 (or 0xC0ED50) is known color: Conifer. HEX triplet: C0, ED and 50. RGB value is (192,237,80). Sum of RGB (Red+Green+Blue) = 192+237+80=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0ED50 is #3F12AF. Grayscale: #CECECE. Windows color (decimal): -4133552 or 5303744. OLE color: 5303744.
HSL color Cylindrical-coordinate representation of color #C0ED50: hue angle of 77.2º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0ED50 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 80 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.07 |
| HSL | 77.2º | 0.81% | 0.62% | - |
| HSV(B) | 77.2º | 0.66% | 0.93% | - |
| XYZ | 53.47 | 72.35 | 18.74 | - |
| YUV | 205.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 80 | 0.19 | 0 | 0.66 | 0.07 | 77.2 | 0.81 | 0.62 |
| Hex | C0 | ED | 50 | 13 | 0 | 42 | 7 | 4D | 51 | 3E |
| Octal | 300 | 355 | 120 | 23 | 0 | 102 | 7 | 115 | 121 | 76 |
| Binary | 11000000 | 11101101 | 1010000 | 10011 | 0 | 1000010 | 111 | 1001101 | 1010001 | 111110 |
Color Harmonies of #C0ED50
Complementary color
Monochromatic Colors of #C0ED50
Black with #C0ED50
Text Example
Text Example
White with #C0ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED50; }
p { color: rgb(192,237,80); }
H1.HeaderClassName
{
color: #C0ED50;
}
.AnyTagClassName
{
color: #C0ED50;
}
</style>
background-color css
<style>
a { background-color: #C0ED50; }
a { background-color: rgb(192,237,80); }
div.DivClassName
{
background-color: #C0ED50;
}
.BgClassName
{
background-color: #C0ED50;
}
</style>
border-color css
<style>
span { border-color: #C0ED50; }
span { border-color: rgb(192,237,80); }
td.TdClassName
{
border-color: #C0ED50;
}
.TagClassName
{
border-color: #C0ED50;
}
</style>