Shades of Conifer #C1DE5E
Tints of Conifer #C1DE5E
RGB
CMYK
RGB Variations
Color information
#C1DE5E (or 0xC1DE5E) is known color: Conifer. HEX triplet: C1, DE and 5E. RGB value is (193,222,94). Sum of RGB (Red+Green+Blue) = 193+222+94=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DE5E is #3E21A1. Grayscale: #C7C7C7. Windows color (decimal): -4071842 or 6217409. OLE color: 6217409.
HSL color Cylindrical-coordinate representation of color #C1DE5E: hue angle of 73.59º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1DE5E is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 94 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.13 |
| HSL | 73.59º | 0.66% | 0.62% | - |
| HSV(B) | 73.59º | 0.58% | 0.87% | - |
| XYZ | 50.13 | 64.39 | 20.38 | - |
| YUV | 198.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 94 | 0.13 | 0 | 0.58 | 0.13 | 73.59 | 0.66 | 0.62 |
| Hex | C1 | DE | 5E | D | 0 | 3A | D | 4A | 42 | 3E |
| Octal | 301 | 336 | 136 | 15 | 0 | 72 | 15 | 112 | 102 | 76 |
| Binary | 11000001 | 11011110 | 1011110 | 1101 | 0 | 111010 | 1101 | 1001010 | 1000010 | 111110 |
Color Harmonies of #C1DE5E
Complementary color
Monochromatic Colors of #C1DE5E
Black with #C1DE5E
Text Example
Text Example
White with #C1DE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE5E; }
p { color: rgb(193,222,94); }
H1.HeaderClassName
{
color: #C1DE5E;
}
.AnyTagClassName
{
color: #C1DE5E;
}
</style>
background-color css
<style>
a { background-color: #C1DE5E; }
a { background-color: rgb(193,222,94); }
div.DivClassName
{
background-color: #C1DE5E;
}
.BgClassName
{
background-color: #C1DE5E;
}
</style>
border-color css
<style>
span { border-color: #C1DE5E; }
span { border-color: rgb(193,222,94); }
td.TdClassName
{
border-color: #C1DE5E;
}
.TagClassName
{
border-color: #C1DE5E;
}
</style>