Shades of Conifer #C1DF49
Tints of Conifer #C1DF49
RGB
CMYK
RGB Variations
Color information
#C1DF49 (or 0xC1DF49) is known color: Conifer. HEX triplet: C1, DF and 49. RGB value is (193,223,73). Sum of RGB (Red+Green+Blue) = 193+223+73=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF49 is #3E20B6. Grayscale: #C5C5C5. Windows color (decimal): -4071607 or 4841409. OLE color: 4841409.
HSL color Cylindrical-coordinate representation of color #C1DF49: hue angle of 72º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1DF49 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 73 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.13 |
| HSL | 72º | 0.7% | 0.58% | - |
| HSV(B) | 72º | 0.67% | 0.87% | - |
| XYZ | 49.58 | 64.59 | 16.16 | - |
| YUV | 196.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 73 | 0.13 | 0 | 0.67 | 0.13 | 72 | 0.7 | 0.58 |
| Hex | C1 | DF | 49 | D | 0 | 43 | D | 48 | 46 | 3A |
| Octal | 301 | 337 | 111 | 15 | 0 | 103 | 15 | 110 | 106 | 72 |
| Binary | 11000001 | 11011111 | 1001001 | 1101 | 0 | 1000011 | 1101 | 1001000 | 1000110 | 111010 |
Color Harmonies of #C1DF49
Complementary color
Monochromatic Colors of #C1DF49
Black with #C1DF49
Text Example
Text Example
White with #C1DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF49; }
p { color: rgb(193,223,73); }
H1.HeaderClassName
{
color: #C1DF49;
}
.AnyTagClassName
{
color: #C1DF49;
}
</style>
background-color css
<style>
a { background-color: #C1DF49; }
a { background-color: rgb(193,223,73); }
div.DivClassName
{
background-color: #C1DF49;
}
.BgClassName
{
background-color: #C1DF49;
}
</style>
border-color css
<style>
span { border-color: #C1DF49; }
span { border-color: rgb(193,223,73); }
td.TdClassName
{
border-color: #C1DF49;
}
.TagClassName
{
border-color: #C1DF49;
}
</style>