Shades of Conifer #C1EB5E
Tints of Conifer #C1EB5E
RGB
CMYK
RGB Variations
Color information
#C1EB5E (or 0xC1EB5E) is known color: Conifer. HEX triplet: C1, EB and 5E. RGB value is (193,235,94). Sum of RGB (Red+Green+Blue) = 193+235+94=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB5E is #3E14A1. Grayscale: #CECECE. Windows color (decimal): -4068514 or 6220737. OLE color: 6220737.
HSL color Cylindrical-coordinate representation of color #C1EB5E: hue angle of 77.87º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1EB5E is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 94 | - |
| CMYK | 0.18 | 0 | 0.6 | 0.08 |
| HSL | 77.87º | 0.78% | 0.65% | - |
| HSV(B) | 77.87º | 0.6% | 0.92% | - |
| XYZ | 53.72 | 71.56 | 21.57 | - |
| YUV | 206.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 94 | 0.18 | 0 | 0.6 | 0.08 | 77.87 | 0.78 | 0.65 |
| Hex | C1 | EB | 5E | 12 | 0 | 3C | 8 | 4E | 4E | 41 |
| Octal | 301 | 353 | 136 | 22 | 0 | 74 | 10 | 116 | 116 | 101 |
| Binary | 11000001 | 11101011 | 1011110 | 10010 | 0 | 111100 | 1000 | 1001110 | 1001110 | 1000001 |
Color Harmonies of #C1EB5E
Complementary color
Monochromatic Colors of #C1EB5E
Black with #C1EB5E
Text Example
Text Example
White with #C1EB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB5E; }
p { color: rgb(193,235,94); }
H1.HeaderClassName
{
color: #C1EB5E;
}
.AnyTagClassName
{
color: #C1EB5E;
}
</style>
background-color css
<style>
a { background-color: #C1EB5E; }
a { background-color: rgb(193,235,94); }
div.DivClassName
{
background-color: #C1EB5E;
}
.BgClassName
{
background-color: #C1EB5E;
}
</style>
border-color css
<style>
span { border-color: #C1EB5E; }
span { border-color: rgb(193,235,94); }
td.TdClassName
{
border-color: #C1EB5E;
}
.TagClassName
{
border-color: #C1EB5E;
}
</style>