Shades of Conifer #C6ED4D
Tints of Conifer #C6ED4D
RGB
CMYK
RGB Variations
Color information
#C6ED4D (or 0xC6ED4D) is known color: Conifer. HEX triplet: C6, ED and 4D. RGB value is (198,237,77). Sum of RGB (Red+Green+Blue) = 198+237+77=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6ED4D is #3912B2. Grayscale: #CFCFCF. Windows color (decimal): -3740339 or 5107142. OLE color: 5107142.
HSL color Cylindrical-coordinate representation of color #C6ED4D: hue angle of 74.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6ED4D is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 77 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.07 |
| HSL | 74.63º | 0.82% | 0.62% | - |
| HSV(B) | 74.63º | 0.68% | 0.93% | - |
| XYZ | 54.91 | 73.11 | 18.24 | - |
| YUV | 207.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 77 | 0.16 | 0 | 0.68 | 0.07 | 74.63 | 0.82 | 0.62 |
| Hex | C6 | ED | 4D | 10 | 0 | 44 | 7 | 4B | 52 | 3E |
| Octal | 306 | 355 | 115 | 20 | 0 | 104 | 7 | 113 | 122 | 76 |
| Binary | 11000110 | 11101101 | 1001101 | 10000 | 0 | 1000100 | 111 | 1001011 | 1010010 | 111110 |
Color Harmonies of #C6ED4D
Complementary color
Monochromatic Colors of #C6ED4D
Black with #C6ED4D
Text Example
Text Example
White with #C6ED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ED4D; }
p { color: rgb(198,237,77); }
H1.HeaderClassName
{
color: #C6ED4D;
}
.AnyTagClassName
{
color: #C6ED4D;
}
</style>
background-color css
<style>
a { background-color: #C6ED4D; }
a { background-color: rgb(198,237,77); }
div.DivClassName
{
background-color: #C6ED4D;
}
.BgClassName
{
background-color: #C6ED4D;
}
</style>
border-color css
<style>
span { border-color: #C6ED4D; }
span { border-color: rgb(198,237,77); }
td.TdClassName
{
border-color: #C6ED4D;
}
.TagClassName
{
border-color: #C6ED4D;
}
</style>