Shades of Conifer #C1E760
Tints of Conifer #C1E760
RGB
CMYK
RGB Variations
Color information
#C1E760 (or 0xC1E760) is known color: Conifer. HEX triplet: C1, E7 and 60. RGB value is (193,231,96). Sum of RGB (Red+Green+Blue) = 193+231+96=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E760 is #3E189F. Grayscale: #CCCCCC. Windows color (decimal): -4069536 or 6350785. OLE color: 6350785.
HSL color Cylindrical-coordinate representation of color #C1E760: hue angle of 76.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1E760 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 96 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.09 |
| HSL | 76.89º | 0.74% | 0.64% | - |
| HSV(B) | 76.89º | 0.58% | 0.91% | - |
| XYZ | 52.68 | 69.33 | 21.67 | - |
| YUV | 204.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 96 | 0.16 | 0 | 0.58 | 0.09 | 76.89 | 0.74 | 0.64 |
| Hex | C1 | E7 | 60 | 10 | 0 | 3A | 9 | 4D | 4A | 40 |
| Octal | 301 | 347 | 140 | 20 | 0 | 72 | 11 | 115 | 112 | 100 |
| Binary | 11000001 | 11100111 | 1100000 | 10000 | 0 | 111010 | 1001 | 1001101 | 1001010 | 1000000 |
Color Harmonies of #C1E760
Complementary color
Monochromatic Colors of #C1E760
Black with #C1E760
Text Example
Text Example
White with #C1E760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E760; }
p { color: rgb(193,231,96); }
H1.HeaderClassName
{
color: #C1E760;
}
.AnyTagClassName
{
color: #C1E760;
}
</style>
background-color css
<style>
a { background-color: #C1E760; }
a { background-color: rgb(193,231,96); }
div.DivClassName
{
background-color: #C1E760;
}
.BgClassName
{
background-color: #C1E760;
}
</style>
border-color css
<style>
span { border-color: #C1E760; }
span { border-color: rgb(193,231,96); }
td.TdClassName
{
border-color: #C1E760;
}
.TagClassName
{
border-color: #C1E760;
}
</style>