Shades of Conifer #C6ED5D
Tints of Conifer #C6ED5D
RGB
CMYK
RGB Variations
Color information
#C6ED5D (or 0xC6ED5D) is known color: Conifer. HEX triplet: C6, ED and 5D. RGB value is (198,237,93). Sum of RGB (Red+Green+Blue) = 198+237+93=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED5D is #3912A2. Grayscale: #D1D1D1. Windows color (decimal): -3740323 or 6155718. OLE color: 6155718.
HSL color Cylindrical-coordinate representation of color #C6ED5D: hue angle of 76.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6ED5D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 93 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.07 |
| HSL | 76.25º | 0.8% | 0.65% | - |
| HSV(B) | 76.25º | 0.61% | 0.93% | - |
| XYZ | 55.55 | 73.36 | 21.59 | - |
| YUV | 208.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 93 | 0.16 | 0 | 0.61 | 0.07 | 76.25 | 0.8 | 0.65 |
| Hex | C6 | ED | 5D | 10 | 0 | 3D | 7 | 4C | 50 | 41 |
| Octal | 306 | 355 | 135 | 20 | 0 | 75 | 7 | 114 | 120 | 101 |
| Binary | 11000110 | 11101101 | 1011101 | 10000 | 0 | 111101 | 111 | 1001100 | 1010000 | 1000001 |
Color Harmonies of #C6ED5D
Complementary color
Monochromatic Colors of #C6ED5D
Black with #C6ED5D
Text Example
Text Example
White with #C6ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ED5D; }
p { color: rgb(198,237,93); }
H1.HeaderClassName
{
color: #C6ED5D;
}
.AnyTagClassName
{
color: #C6ED5D;
}
</style>
background-color css
<style>
a { background-color: #C6ED5D; }
a { background-color: rgb(198,237,93); }
div.DivClassName
{
background-color: #C6ED5D;
}
.BgClassName
{
background-color: #C6ED5D;
}
</style>
border-color css
<style>
span { border-color: #C6ED5D; }
span { border-color: rgb(198,237,93); }
td.TdClassName
{
border-color: #C6ED5D;
}
.TagClassName
{
border-color: #C6ED5D;
}
</style>