Shades of Conifer #C6DD53
Tints of Conifer #C6DD53
RGB
CMYK
RGB Variations
Color information
#C6DD53 (or 0xC6DD53) is known color: Conifer. HEX triplet: C6, DD and 53. RGB value is (198,221,83). Sum of RGB (Red+Green+Blue) = 198+221+83=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD53 is #3922AC. Grayscale: #C6C6C6. Windows color (decimal): -3744429 or 5496262. OLE color: 5496262.
HSL color Cylindrical-coordinate representation of color #C6DD53: hue angle of 70º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6DD53 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 83 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.13 |
| HSL | 70º | 0.67% | 0.6% | - |
| HSV(B) | 70º | 0.62% | 0.87% | - |
| XYZ | 50.71 | 64.34 | 17.93 | - |
| YUV | 198.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 83 | 0.10 | 0 | 0.62 | 0.13 | 70 | 0.67 | 0.6 |
| Hex | C6 | DD | 53 | A | 0 | 3E | D | 46 | 43 | 3C |
| Octal | 306 | 335 | 123 | 12 | 0 | 76 | 15 | 106 | 103 | 74 |
| Binary | 11000110 | 11011101 | 1010011 | 1010 | 0 | 111110 | 1101 | 1000110 | 1000011 | 111100 |
Color Harmonies of #C6DD53
Complementary color
Monochromatic Colors of #C6DD53
Black with #C6DD53
Text Example
Text Example
White with #C6DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD53; }
p { color: rgb(198,221,83); }
H1.HeaderClassName
{
color: #C6DD53;
}
.AnyTagClassName
{
color: #C6DD53;
}
</style>
background-color css
<style>
a { background-color: #C6DD53; }
a { background-color: rgb(198,221,83); }
div.DivClassName
{
background-color: #C6DD53;
}
.BgClassName
{
background-color: #C6DD53;
}
</style>
border-color css
<style>
span { border-color: #C6DD53; }
span { border-color: rgb(198,221,83); }
td.TdClassName
{
border-color: #C6DD53;
}
.TagClassName
{
border-color: #C6DD53;
}
</style>