Shades of Conifer #C1E965
Tints of Conifer #C1E965
RGB
CMYK
RGB Variations
Color information
#C1E965 (or 0xC1E965) is known color: Conifer. HEX triplet: C1, E9 and 65. RGB value is (193,233,101). Sum of RGB (Red+Green+Blue) = 193+233+101=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E965 is #3E169A. Grayscale: #CECECE. Windows color (decimal): -4069019 or 6678977. OLE color: 6678977.
HSL color Cylindrical-coordinate representation of color #C1E965: hue angle of 78.18º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1E965 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 101 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.09 |
| HSL | 78.18º | 0.75% | 0.65% | - |
| HSV(B) | 78.18º | 0.57% | 0.91% | - |
| XYZ | 53.48 | 70.55 | 23.11 | - |
| YUV | 205.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 101 | 0.17 | 0 | 0.57 | 0.09 | 78.18 | 0.75 | 0.65 |
| Hex | C1 | E9 | 65 | 11 | 0 | 39 | 9 | 4E | 4B | 41 |
| Octal | 301 | 351 | 145 | 21 | 0 | 71 | 11 | 116 | 113 | 101 |
| Binary | 11000001 | 11101001 | 1100101 | 10001 | 0 | 111001 | 1001 | 1001110 | 1001011 | 1000001 |
Color Harmonies of #C1E965
Complementary color
Monochromatic Colors of #C1E965
Black with #C1E965
Text Example
Text Example
White with #C1E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E965; }
p { color: rgb(193,233,101); }
H1.HeaderClassName
{
color: #C1E965;
}
.AnyTagClassName
{
color: #C1E965;
}
</style>
background-color css
<style>
a { background-color: #C1E965; }
a { background-color: rgb(193,233,101); }
div.DivClassName
{
background-color: #C1E965;
}
.BgClassName
{
background-color: #C1E965;
}
</style>
border-color css
<style>
span { border-color: #C1E965; }
span { border-color: rgb(193,233,101); }
td.TdClassName
{
border-color: #C1E965;
}
.TagClassName
{
border-color: #C1E965;
}
</style>