Shades of Conifer #C1E157
Tints of Conifer #C1E157
RGB
CMYK
RGB Variations
Color information
#C1E157 (or 0xC1E157) is known color: Conifer. HEX triplet: C1, E1 and 57. RGB value is (193,225,87). Sum of RGB (Red+Green+Blue) = 193+225+87=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E157 is #3E1EA8. Grayscale: #C8C8C8. Windows color (decimal): -4071081 or 5759425. OLE color: 5759425.
HSL color Cylindrical-coordinate representation of color #C1E157: hue angle of 73.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1E157 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 87 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.12 |
| HSL | 73.91º | 0.7% | 0.61% | - |
| HSV(B) | 73.91º | 0.61% | 0.88% | - |
| XYZ | 50.64 | 65.88 | 19.06 | - |
| YUV | 199.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 87 | 0.14 | 0 | 0.61 | 0.12 | 73.91 | 0.7 | 0.61 |
| Hex | C1 | E1 | 57 | E | 0 | 3D | C | 4A | 46 | 3D |
| Octal | 301 | 341 | 127 | 16 | 0 | 75 | 14 | 112 | 106 | 75 |
| Binary | 11000001 | 11100001 | 1010111 | 1110 | 0 | 111101 | 1100 | 1001010 | 1000110 | 111101 |
Color Harmonies of #C1E157
Complementary color
Monochromatic Colors of #C1E157
Black with #C1E157
Text Example
Text Example
White with #C1E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E157; }
p { color: rgb(193,225,87); }
H1.HeaderClassName
{
color: #C1E157;
}
.AnyTagClassName
{
color: #C1E157;
}
</style>
background-color css
<style>
a { background-color: #C1E157; }
a { background-color: rgb(193,225,87); }
div.DivClassName
{
background-color: #C1E157;
}
.BgClassName
{
background-color: #C1E157;
}
</style>
border-color css
<style>
span { border-color: #C1E157; }
span { border-color: rgb(193,225,87); }
td.TdClassName
{
border-color: #C1E157;
}
.TagClassName
{
border-color: #C1E157;
}
</style>