Shades of Conifer #C1DA4E
Tints of Conifer #C1DA4E
RGB
CMYK
RGB Variations
Color information
#C1DA4E (or 0xC1DA4E) is known color: Conifer. HEX triplet: C1, DA and 4E. RGB value is (193,218,78). Sum of RGB (Red+Green+Blue) = 193+218+78=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DA4E is #3E25B1. Grayscale: #C3C3C3. Windows color (decimal): -4072882 or 5167809. OLE color: 5167809.
HSL color Cylindrical-coordinate representation of color #C1DA4E: hue angle of 70.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1DA4E is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 78 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.15 |
| HSL | 70.71º | 0.65% | 0.58% | - |
| HSV(B) | 70.71º | 0.64% | 0.85% | - |
| XYZ | 48.44 | 62.03 | 16.63 | - |
| YUV | 194.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 78 | 0.11 | 0 | 0.64 | 0.15 | 70.71 | 0.65 | 0.58 |
| Hex | C1 | DA | 4E | B | 0 | 40 | F | 47 | 41 | 3A |
| Octal | 301 | 332 | 116 | 13 | 0 | 100 | 17 | 107 | 101 | 72 |
| Binary | 11000001 | 11011010 | 1001110 | 1011 | 0 | 1000000 | 1111 | 1000111 | 1000001 | 111010 |
Color Harmonies of #C1DA4E
Complementary color
Monochromatic Colors of #C1DA4E
Black with #C1DA4E
Text Example
Text Example
White with #C1DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DA4E; }
p { color: rgb(193,218,78); }
H1.HeaderClassName
{
color: #C1DA4E;
}
.AnyTagClassName
{
color: #C1DA4E;
}
</style>
background-color css
<style>
a { background-color: #C1DA4E; }
a { background-color: rgb(193,218,78); }
div.DivClassName
{
background-color: #C1DA4E;
}
.BgClassName
{
background-color: #C1DA4E;
}
</style>
border-color css
<style>
span { border-color: #C1DA4E; }
span { border-color: rgb(193,218,78); }
td.TdClassName
{
border-color: #C1DA4E;
}
.TagClassName
{
border-color: #C1DA4E;
}
</style>