Shades of Conifer #C6EB5D
Tints of Conifer #C6EB5D
RGB
CMYK
RGB Variations
Color information
#C6EB5D (or 0xC6EB5D) is known color: Conifer. HEX triplet: C6, EB and 5D. RGB value is (198,235,93). Sum of RGB (Red+Green+Blue) = 198+235+93=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB5D is #3914A2. Grayscale: #D0D0D0. Windows color (decimal): -3740835 or 6155206. OLE color: 6155206.
HSL color Cylindrical-coordinate representation of color #C6EB5D: hue angle of 75.63º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6EB5D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 93 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.08 |
| HSL | 75.63º | 0.78% | 0.64% | - |
| HSV(B) | 75.63º | 0.6% | 0.92% | - |
| XYZ | 54.97 | 72.21 | 21.4 | - |
| YUV | 207.75 | 63.24 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 93 | 0.16 | 0 | 0.60 | 0.08 | 75.63 | 0.78 | 0.64 |
| Hex | C6 | EB | 5D | 10 | 0 | 3C | 8 | 4C | 4E | 40 |
| Octal | 306 | 353 | 135 | 20 | 0 | 74 | 10 | 114 | 116 | 100 |
| Binary | 11000110 | 11101011 | 1011101 | 10000 | 0 | 111100 | 1000 | 1001100 | 1001110 | 1000000 |
Color Harmonies of #C6EB5D
Complementary color
Monochromatic Colors of #C6EB5D
Black with #C6EB5D
Text Example
Text Example
White with #C6EB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB5D; }
p { color: rgb(198,235,93); }
H1.HeaderClassName
{
color: #C6EB5D;
}
.AnyTagClassName
{
color: #C6EB5D;
}
</style>
background-color css
<style>
a { background-color: #C6EB5D; }
a { background-color: rgb(198,235,93); }
div.DivClassName
{
background-color: #C6EB5D;
}
.BgClassName
{
background-color: #C6EB5D;
}
</style>
border-color css
<style>
span { border-color: #C6EB5D; }
span { border-color: rgb(198,235,93); }
td.TdClassName
{
border-color: #C6EB5D;
}
.TagClassName
{
border-color: #C6EB5D;
}
</style>