Shades of Conifer #C1ED5E
Tints of Conifer #C1ED5E
RGB
CMYK
RGB Variations
Color information
#C1ED5E (or 0xC1ED5E) is known color: Conifer. HEX triplet: C1, ED and 5E. RGB value is (193,237,94). Sum of RGB (Red+Green+Blue) = 193+237+94=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED5E is #3E12A1. Grayscale: #D0D0D0. Windows color (decimal): -4068002 or 6221249. OLE color: 6221249.
HSL color Cylindrical-coordinate representation of color #C1ED5E: hue angle of 78.46º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1ED5E is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 94 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.07 |
| HSL | 78.46º | 0.8% | 0.65% | - |
| HSV(B) | 78.46º | 0.6% | 0.93% | - |
| XYZ | 54.3 | 72.71 | 21.76 | - |
| YUV | 207.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 94 | 0.19 | 0 | 0.60 | 0.07 | 78.46 | 0.8 | 0.65 |
| Hex | C1 | ED | 5E | 13 | 0 | 3C | 7 | 4E | 50 | 41 |
| Octal | 301 | 355 | 136 | 23 | 0 | 74 | 7 | 116 | 120 | 101 |
| Binary | 11000001 | 11101101 | 1011110 | 10011 | 0 | 111100 | 111 | 1001110 | 1010000 | 1000001 |
Color Harmonies of #C1ED5E
Complementary color
Monochromatic Colors of #C1ED5E
Black with #C1ED5E
Text Example
Text Example
White with #C1ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED5E; }
p { color: rgb(193,237,94); }
H1.HeaderClassName
{
color: #C1ED5E;
}
.AnyTagClassName
{
color: #C1ED5E;
}
</style>
background-color css
<style>
a { background-color: #C1ED5E; }
a { background-color: rgb(193,237,94); }
div.DivClassName
{
background-color: #C1ED5E;
}
.BgClassName
{
background-color: #C1ED5E;
}
</style>
border-color css
<style>
span { border-color: #C1ED5E; }
span { border-color: rgb(193,237,94); }
td.TdClassName
{
border-color: #C1ED5E;
}
.TagClassName
{
border-color: #C1ED5E;
}
</style>