Shades of Conifer #C1E15B
Tints of Conifer #C1E15B
RGB
CMYK
RGB Variations
Color information
#C1E15B (or 0xC1E15B) is known color: Conifer. HEX triplet: C1, E1 and 5B. RGB value is (193,225,91). Sum of RGB (Red+Green+Blue) = 193+225+91=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E15B is #3E1EA4. Grayscale: #C8C8C8. Windows color (decimal): -4071077 or 6021569. OLE color: 6021569.
HSL color Cylindrical-coordinate representation of color #C1E15B: hue angle of 74.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1E15B is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 91 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.12 |
| HSL | 74.33º | 0.69% | 0.62% | - |
| HSV(B) | 74.33º | 0.6% | 0.88% | - |
| XYZ | 50.81 | 65.94 | 19.95 | - |
| YUV | 200.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 91 | 0.14 | 0 | 0.60 | 0.12 | 74.33 | 0.69 | 0.62 |
| Hex | C1 | E1 | 5B | E | 0 | 3C | C | 4A | 45 | 3E |
| Octal | 301 | 341 | 133 | 16 | 0 | 74 | 14 | 112 | 105 | 76 |
| Binary | 11000001 | 11100001 | 1011011 | 1110 | 0 | 111100 | 1100 | 1001010 | 1000101 | 111110 |
Color Harmonies of #C1E15B
Complementary color
Monochromatic Colors of #C1E15B
Black with #C1E15B
Text Example
Text Example
White with #C1E15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E15B; }
p { color: rgb(193,225,91); }
H1.HeaderClassName
{
color: #C1E15B;
}
.AnyTagClassName
{
color: #C1E15B;
}
</style>
background-color css
<style>
a { background-color: #C1E15B; }
a { background-color: rgb(193,225,91); }
div.DivClassName
{
background-color: #C1E15B;
}
.BgClassName
{
background-color: #C1E15B;
}
</style>
border-color css
<style>
span { border-color: #C1E15B; }
span { border-color: rgb(193,225,91); }
td.TdClassName
{
border-color: #C1E15B;
}
.TagClassName
{
border-color: #C1E15B;
}
</style>