Shades of Conifer #C1EB55
Tints of Conifer #C1EB55
RGB
CMYK
RGB Variations
Color information
#C1EB55 (or 0xC1EB55) is known color: Conifer. HEX triplet: C1, EB and 55. RGB value is (193,235,85). Sum of RGB (Red+Green+Blue) = 193+235+85=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB55 is #3E14AA. Grayscale: #CDCDCD. Windows color (decimal): -4068523 or 5630913. OLE color: 5630913.
HSL color Cylindrical-coordinate representation of color #C1EB55: hue angle of 76.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1EB55 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 85 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.08 |
| HSL | 76.8º | 0.79% | 0.63% | - |
| HSV(B) | 76.8º | 0.64% | 0.92% | - |
| XYZ | 53.34 | 71.41 | 19.57 | - |
| YUV | 205.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 85 | 0.18 | 0 | 0.64 | 0.08 | 76.8 | 0.79 | 0.63 |
| Hex | C1 | EB | 55 | 12 | 0 | 40 | 8 | 4D | 4F | 3F |
| Octal | 301 | 353 | 125 | 22 | 0 | 100 | 10 | 115 | 117 | 77 |
| Binary | 11000001 | 11101011 | 1010101 | 10010 | 0 | 1000000 | 1000 | 1001101 | 1001111 | 111111 |
Color Harmonies of #C1EB55
Complementary color
Monochromatic Colors of #C1EB55
Black with #C1EB55
Text Example
Text Example
White with #C1EB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB55; }
p { color: rgb(193,235,85); }
H1.HeaderClassName
{
color: #C1EB55;
}
.AnyTagClassName
{
color: #C1EB55;
}
</style>
background-color css
<style>
a { background-color: #C1EB55; }
a { background-color: rgb(193,235,85); }
div.DivClassName
{
background-color: #C1EB55;
}
.BgClassName
{
background-color: #C1EB55;
}
</style>
border-color css
<style>
span { border-color: #C1EB55; }
span { border-color: rgb(193,235,85); }
td.TdClassName
{
border-color: #C1EB55;
}
.TagClassName
{
border-color: #C1EB55;
}
</style>