Shades of Conifer #C1E65F
Tints of Conifer #C1E65F
RGB
CMYK
RGB Variations
Color information
#C1E65F (or 0xC1E65F) is known color: Conifer. HEX triplet: C1, E6 and 5F. RGB value is (193,230,95). Sum of RGB (Red+Green+Blue) = 193+230+95=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E65F is #3E19A0. Grayscale: #CCCCCC. Windows color (decimal): -4069793 or 6284993. OLE color: 6284993.
HSL color Cylindrical-coordinate representation of color #C1E65F: hue angle of 76.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1E65F is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 230 | 95 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.10 |
| HSL | 76.44º | 0.73% | 0.64% | - |
| HSV(B) | 76.44º | 0.59% | 0.9% | - |
| XYZ | 52.35 | 68.76 | 21.34 | - |
| YUV | 203.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 95 | 0.16 | 0 | 0.59 | 0.10 | 76.44 | 0.73 | 0.64 |
| Hex | C1 | E6 | 5F | 10 | 0 | 3B | A | 4C | 49 | 40 |
| Octal | 301 | 346 | 137 | 20 | 0 | 73 | 12 | 114 | 111 | 100 |
| Binary | 11000001 | 11100110 | 1011111 | 10000 | 0 | 111011 | 1010 | 1001100 | 1001001 | 1000000 |
Color Harmonies of #C1E65F
Complementary color
Monochromatic Colors of #C1E65F
Black with #C1E65F
Text Example
Text Example
White with #C1E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E65F; }
p { color: rgb(193,230,95); }
H1.HeaderClassName
{
color: #C1E65F;
}
.AnyTagClassName
{
color: #C1E65F;
}
</style>
background-color css
<style>
a { background-color: #C1E65F; }
a { background-color: rgb(193,230,95); }
div.DivClassName
{
background-color: #C1E65F;
}
.BgClassName
{
background-color: #C1E65F;
}
</style>
border-color css
<style>
span { border-color: #C1E65F; }
span { border-color: rgb(193,230,95); }
td.TdClassName
{
border-color: #C1E65F;
}
.TagClassName
{
border-color: #C1E65F;
}
</style>