Shades of Conifer #C0DC4A
Tints of Conifer #C0DC4A
RGB
CMYK
RGB Variations
Color information
#C0DC4A (or 0xC0DC4A) is known color: Conifer. HEX triplet: C0, DC and 4A. RGB value is (192,220,74). Sum of RGB (Red+Green+Blue) = 192+220+74=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC4A is #3F23B5. Grayscale: #C3C3C3. Windows color (decimal): -4137910 or 4906176. OLE color: 4906176.
HSL color Cylindrical-coordinate representation of color #C0DC4A: hue angle of 71.51º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0DC4A is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 74 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.14 |
| HSL | 71.51º | 0.68% | 0.58% | - |
| HSV(B) | 71.51º | 0.66% | 0.86% | - |
| XYZ | 48.57 | 62.89 | 16.06 | - |
| YUV | 194.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 74 | 0.13 | 0 | 0.66 | 0.14 | 71.51 | 0.68 | 0.58 |
| Hex | C0 | DC | 4A | D | 0 | 42 | E | 48 | 44 | 3A |
| Octal | 300 | 334 | 112 | 15 | 0 | 102 | 16 | 110 | 104 | 72 |
| Binary | 11000000 | 11011100 | 1001010 | 1101 | 0 | 1000010 | 1110 | 1001000 | 1000100 | 111010 |
Color Harmonies of #C0DC4A
Complementary color
Monochromatic Colors of #C0DC4A
Black with #C0DC4A
Text Example
Text Example
White with #C0DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC4A; }
p { color: rgb(192,220,74); }
H1.HeaderClassName
{
color: #C0DC4A;
}
.AnyTagClassName
{
color: #C0DC4A;
}
</style>
background-color css
<style>
a { background-color: #C0DC4A; }
a { background-color: rgb(192,220,74); }
div.DivClassName
{
background-color: #C0DC4A;
}
.BgClassName
{
background-color: #C0DC4A;
}
</style>
border-color css
<style>
span { border-color: #C0DC4A; }
span { border-color: rgb(192,220,74); }
td.TdClassName
{
border-color: #C0DC4A;
}
.TagClassName
{
border-color: #C0DC4A;
}
</style>