Shades of Conifer #C6DF55
Tints of Conifer #C6DF55
RGB
CMYK
RGB Variations
Color information
#C6DF55 (or 0xC6DF55) is known color: Conifer. HEX triplet: C6, DF and 55. RGB value is (198,223,85). Sum of RGB (Red+Green+Blue) = 198+223+85=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF55 is #3920AA. Grayscale: #C8C8C8. Windows color (decimal): -3743915 or 5627846. OLE color: 5627846.
HSL color Cylindrical-coordinate representation of color #C6DF55: hue angle of 70.87º degrees, saturation: 0.68, 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 #C6DF55 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 85 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.13 |
| HSL | 70.87º | 0.68% | 0.6% | - |
| HSV(B) | 70.87º | 0.62% | 0.87% | - |
| XYZ | 51.32 | 65.44 | 18.52 | - |
| YUV | 199.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 85 | 0.11 | 0 | 0.62 | 0.13 | 70.87 | 0.68 | 0.6 |
| Hex | C6 | DF | 55 | B | 0 | 3E | D | 47 | 44 | 3C |
| Octal | 306 | 337 | 125 | 13 | 0 | 76 | 15 | 107 | 104 | 74 |
| Binary | 11000110 | 11011111 | 1010101 | 1011 | 0 | 111110 | 1101 | 1000111 | 1000100 | 111100 |
Color Harmonies of #C6DF55
Complementary color
Monochromatic Colors of #C6DF55
Black with #C6DF55
Text Example
Text Example
White with #C6DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF55; }
p { color: rgb(198,223,85); }
H1.HeaderClassName
{
color: #C6DF55;
}
.AnyTagClassName
{
color: #C6DF55;
}
</style>
background-color css
<style>
a { background-color: #C6DF55; }
a { background-color: rgb(198,223,85); }
div.DivClassName
{
background-color: #C6DF55;
}
.BgClassName
{
background-color: #C6DF55;
}
</style>
border-color css
<style>
span { border-color: #C6DF55; }
span { border-color: rgb(198,223,85); }
td.TdClassName
{
border-color: #C6DF55;
}
.TagClassName
{
border-color: #C6DF55;
}
</style>