Shades of Conifer #C6E45C
Tints of Conifer #C6E45C
RGB
CMYK
RGB Variations
Color information
#C6E45C (or 0xC6E45C) is known color: Conifer. HEX triplet: C6, E4 and 5C. RGB value is (198,228,92). Sum of RGB (Red+Green+Blue) = 198+228+92=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E45C is #391BA3. Grayscale: #CCCCCC. Windows color (decimal): -3742628 or 6087878. OLE color: 6087878.
HSL color Cylindrical-coordinate representation of color #C6E45C: hue angle of 73.24º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6E45C is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 228 | 92 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.11 |
| HSL | 73.24º | 0.72% | 0.63% | - |
| HSV(B) | 73.24º | 0.6% | 0.89% | - |
| XYZ | 52.96 | 68.27 | 20.51 | - |
| YUV | 203.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 92 | 0.13 | 0 | 0.60 | 0.11 | 73.24 | 0.72 | 0.63 |
| Hex | C6 | E4 | 5C | D | 0 | 3C | B | 49 | 48 | 3F |
| Octal | 306 | 344 | 134 | 15 | 0 | 74 | 13 | 111 | 110 | 77 |
| Binary | 11000110 | 11100100 | 1011100 | 1101 | 0 | 111100 | 1011 | 1001001 | 1001000 | 111111 |
Color Harmonies of #C6E45C
Complementary color
Monochromatic Colors of #C6E45C
Black with #C6E45C
Text Example
Text Example
White with #C6E45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E45C; }
p { color: rgb(198,228,92); }
H1.HeaderClassName
{
color: #C6E45C;
}
.AnyTagClassName
{
color: #C6E45C;
}
</style>
background-color css
<style>
a { background-color: #C6E45C; }
a { background-color: rgb(198,228,92); }
div.DivClassName
{
background-color: #C6E45C;
}
.BgClassName
{
background-color: #C6E45C;
}
</style>
border-color css
<style>
span { border-color: #C6E45C; }
span { border-color: rgb(198,228,92); }
td.TdClassName
{
border-color: #C6E45C;
}
.TagClassName
{
border-color: #C6E45C;
}
</style>