Shades of Conifer #C1DC4D
Tints of Conifer #C1DC4D
RGB
CMYK
RGB Variations
Color information
#C1DC4D (or 0xC1DC4D) is known color: Conifer. HEX triplet: C1, DC and 4D. RGB value is (193,220,77). Sum of RGB (Red+Green+Blue) = 193+220+77=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DC4D is #3E23B2. Grayscale: #C4C4C4. Windows color (decimal): -4072371 or 5102785. OLE color: 5102785.
HSL color Cylindrical-coordinate representation of color #C1DC4D: hue angle of 71.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1DC4D is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 77 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.14 |
| HSL | 71.33º | 0.67% | 0.58% | - |
| HSV(B) | 71.33º | 0.65% | 0.86% | - |
| XYZ | 48.93 | 63.06 | 16.61 | - |
| YUV | 195.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 77 | 0.12 | 0 | 0.65 | 0.14 | 71.33 | 0.67 | 0.58 |
| Hex | C1 | DC | 4D | C | 0 | 41 | E | 47 | 43 | 3A |
| Octal | 301 | 334 | 115 | 14 | 0 | 101 | 16 | 107 | 103 | 72 |
| Binary | 11000001 | 11011100 | 1001101 | 1100 | 0 | 1000001 | 1110 | 1000111 | 1000011 | 111010 |
Color Harmonies of #C1DC4D
Complementary color
Monochromatic Colors of #C1DC4D
Black with #C1DC4D
Text Example
Text Example
White with #C1DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC4D; }
p { color: rgb(193,220,77); }
H1.HeaderClassName
{
color: #C1DC4D;
}
.AnyTagClassName
{
color: #C1DC4D;
}
</style>
background-color css
<style>
a { background-color: #C1DC4D; }
a { background-color: rgb(193,220,77); }
div.DivClassName
{
background-color: #C1DC4D;
}
.BgClassName
{
background-color: #C1DC4D;
}
</style>
border-color css
<style>
span { border-color: #C1DC4D; }
span { border-color: rgb(193,220,77); }
td.TdClassName
{
border-color: #C1DC4D;
}
.TagClassName
{
border-color: #C1DC4D;
}
</style>