Shades of Conifer #C1E15F
Tints of Conifer #C1E15F
RGB
CMYK
RGB Variations
Color information
#C1E15F (or 0xC1E15F) is known color: Conifer. HEX triplet: C1, E1 and 5F. RGB value is (193,225,95). Sum of RGB (Red+Green+Blue) = 193+225+95=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E15F is #3E1EA0. Grayscale: #C9C9C9. Windows color (decimal): -4071073 or 6283713. OLE color: 6283713.
HSL color Cylindrical-coordinate representation of color #C1E15F: hue angle of 74.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1E15F is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 95 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.12 |
| HSL | 74.77º | 0.68% | 0.63% | - |
| HSV(B) | 74.77º | 0.58% | 0.88% | - |
| XYZ | 50.98 | 66.01 | 20.88 | - |
| YUV | 200.61 | 68.4 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 95 | 0.14 | 0 | 0.58 | 0.12 | 74.77 | 0.68 | 0.63 |
| Hex | C1 | E1 | 5F | E | 0 | 3A | C | 4B | 44 | 3F |
| Octal | 301 | 341 | 137 | 16 | 0 | 72 | 14 | 113 | 104 | 77 |
| Binary | 11000001 | 11100001 | 1011111 | 1110 | 0 | 111010 | 1100 | 1001011 | 1000100 | 111111 |
Color Harmonies of #C1E15F
Complementary color
Monochromatic Colors of #C1E15F
Black with #C1E15F
Text Example
Text Example
White with #C1E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E15F; }
p { color: rgb(193,225,95); }
H1.HeaderClassName
{
color: #C1E15F;
}
.AnyTagClassName
{
color: #C1E15F;
}
</style>
background-color css
<style>
a { background-color: #C1E15F; }
a { background-color: rgb(193,225,95); }
div.DivClassName
{
background-color: #C1E15F;
}
.BgClassName
{
background-color: #C1E15F;
}
</style>
border-color css
<style>
span { border-color: #C1E15F; }
span { border-color: rgb(193,225,95); }
td.TdClassName
{
border-color: #C1E15F;
}
.TagClassName
{
border-color: #C1E15F;
}
</style>