Shades of Conifer #C1DB4F
Tints of Conifer #C1DB4F
RGB
CMYK
RGB Variations
Color information
#C1DB4F (or 0xC1DB4F) is known color: Conifer. HEX triplet: C1, DB and 4F. RGB value is (193,219,79). Sum of RGB (Red+Green+Blue) = 193+219+79=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DB4F is #3E24B0. Grayscale: #C3C3C3. Windows color (decimal): -4072625 or 5233601. OLE color: 5233601.
HSL color Cylindrical-coordinate representation of color #C1DB4F: hue angle of 71.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1DB4F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 79 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.14 |
| HSL | 71.14º | 0.66% | 0.58% | - |
| HSV(B) | 71.14º | 0.64% | 0.86% | - |
| XYZ | 48.74 | 62.57 | 16.9 | - |
| YUV | 195.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 79 | 0.12 | 0 | 0.64 | 0.14 | 71.14 | 0.66 | 0.58 |
| Hex | C1 | DB | 4F | C | 0 | 40 | E | 47 | 42 | 3A |
| Octal | 301 | 333 | 117 | 14 | 0 | 100 | 16 | 107 | 102 | 72 |
| Binary | 11000001 | 11011011 | 1001111 | 1100 | 0 | 1000000 | 1110 | 1000111 | 1000010 | 111010 |
Color Harmonies of #C1DB4F
Complementary color
Monochromatic Colors of #C1DB4F
Black with #C1DB4F
Text Example
Text Example
White with #C1DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB4F; }
p { color: rgb(193,219,79); }
H1.HeaderClassName
{
color: #C1DB4F;
}
.AnyTagClassName
{
color: #C1DB4F;
}
</style>
background-color css
<style>
a { background-color: #C1DB4F; }
a { background-color: rgb(193,219,79); }
div.DivClassName
{
background-color: #C1DB4F;
}
.BgClassName
{
background-color: #C1DB4F;
}
</style>
border-color css
<style>
span { border-color: #C1DB4F; }
span { border-color: rgb(193,219,79); }
td.TdClassName
{
border-color: #C1DB4F;
}
.TagClassName
{
border-color: #C1DB4F;
}
</style>