Shades of Conifer #C1DC4E
Tints of Conifer #C1DC4E
RGB
CMYK
RGB Variations
Color information
#C1DC4E (or 0xC1DC4E) is known color: Conifer. HEX triplet: C1, DC and 4E. RGB value is (193,220,78). Sum of RGB (Red+Green+Blue) = 193+220+78=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DC4E is #3E23B1. Grayscale: #C4C4C4. Windows color (decimal): -4072370 or 5168321. OLE color: 5168321.
HSL color Cylindrical-coordinate representation of color #C1DC4E: hue angle of 71.41º 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 #C1DC4E is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 78 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.14 |
| HSL | 71.41º | 0.67% | 0.58% | - |
| HSV(B) | 71.41º | 0.65% | 0.86% | - |
| XYZ | 48.96 | 63.07 | 16.8 | - |
| YUV | 195.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 78 | 0.12 | 0 | 0.65 | 0.14 | 71.41 | 0.67 | 0.58 |
| Hex | C1 | DC | 4E | C | 0 | 41 | E | 47 | 43 | 3A |
| Octal | 301 | 334 | 116 | 14 | 0 | 101 | 16 | 107 | 103 | 72 |
| Binary | 11000001 | 11011100 | 1001110 | 1100 | 0 | 1000001 | 1110 | 1000111 | 1000011 | 111010 |
Color Harmonies of #C1DC4E
Complementary color
Monochromatic Colors of #C1DC4E
Black with #C1DC4E
Text Example
Text Example
White with #C1DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DC4E; }
p { color: rgb(193,220,78); }
H1.HeaderClassName
{
color: #C1DC4E;
}
.AnyTagClassName
{
color: #C1DC4E;
}
</style>
background-color css
<style>
a { background-color: #C1DC4E; }
a { background-color: rgb(193,220,78); }
div.DivClassName
{
background-color: #C1DC4E;
}
.BgClassName
{
background-color: #C1DC4E;
}
</style>
border-color css
<style>
span { border-color: #C1DC4E; }
span { border-color: rgb(193,220,78); }
td.TdClassName
{
border-color: #C1DC4E;
}
.TagClassName
{
border-color: #C1DC4E;
}
</style>