Shades of Conifer #C1E95B
Tints of Conifer #C1E95B
RGB
CMYK
RGB Variations
Color information
#C1E95B (or 0xC1E95B) is known color: Conifer. HEX triplet: C1, E9 and 5B. RGB value is (193,233,91). Sum of RGB (Red+Green+Blue) = 193+233+91=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E95B is #3E16A4. Grayscale: #CDCDCD. Windows color (decimal): -4069029 or 6023617. OLE color: 6023617.
HSL color Cylindrical-coordinate representation of color #C1E95B: hue angle of 76.9º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1E95B is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 91 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.09 |
| HSL | 76.9º | 0.76% | 0.64% | - |
| HSV(B) | 76.9º | 0.61% | 0.91% | - |
| XYZ | 53.02 | 70.37 | 20.69 | - |
| YUV | 204.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 91 | 0.17 | 0 | 0.61 | 0.09 | 76.9 | 0.76 | 0.64 |
| Hex | C1 | E9 | 5B | 11 | 0 | 3D | 9 | 4D | 4C | 40 |
| Octal | 301 | 351 | 133 | 21 | 0 | 75 | 11 | 115 | 114 | 100 |
| Binary | 11000001 | 11101001 | 1011011 | 10001 | 0 | 111101 | 1001 | 1001101 | 1001100 | 1000000 |
Color Harmonies of #C1E95B
Complementary color
Monochromatic Colors of #C1E95B
Black with #C1E95B
Text Example
Text Example
White with #C1E95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E95B; }
p { color: rgb(193,233,91); }
H1.HeaderClassName
{
color: #C1E95B;
}
.AnyTagClassName
{
color: #C1E95B;
}
</style>
background-color css
<style>
a { background-color: #C1E95B; }
a { background-color: rgb(193,233,91); }
div.DivClassName
{
background-color: #C1E95B;
}
.BgClassName
{
background-color: #C1E95B;
}
</style>
border-color css
<style>
span { border-color: #C1E95B; }
span { border-color: rgb(193,233,91); }
td.TdClassName
{
border-color: #C1E95B;
}
.TagClassName
{
border-color: #C1E95B;
}
</style>