Shades of Conifer #C6DF52
Tints of Conifer #C6DF52
RGB
CMYK
RGB Variations
Color information
#C6DF52 (or 0xC6DF52) is known color: Conifer. HEX triplet: C6, DF and 52. RGB value is (198,223,82). Sum of RGB (Red+Green+Blue) = 198+223+82=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF52 is #3920AD. Grayscale: #C7C7C7. Windows color (decimal): -3743918 or 5431238. OLE color: 5431238.
HSL color Cylindrical-coordinate representation of color #C6DF52: hue angle of 70.64º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6DF52 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 82 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.13 |
| HSL | 70.64º | 0.69% | 0.6% | - |
| HSV(B) | 70.64º | 0.63% | 0.87% | - |
| XYZ | 51.2 | 65.39 | 17.91 | - |
| YUV | 199.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 82 | 0.11 | 0 | 0.63 | 0.13 | 70.64 | 0.69 | 0.6 |
| Hex | C6 | DF | 52 | B | 0 | 3F | D | 47 | 45 | 3C |
| Octal | 306 | 337 | 122 | 13 | 0 | 77 | 15 | 107 | 105 | 74 |
| Binary | 11000110 | 11011111 | 1010010 | 1011 | 0 | 111111 | 1101 | 1000111 | 1000101 | 111100 |
Color Harmonies of #C6DF52
Complementary color
Monochromatic Colors of #C6DF52
Black with #C6DF52
Text Example
Text Example
White with #C6DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF52; }
p { color: rgb(198,223,82); }
H1.HeaderClassName
{
color: #C6DF52;
}
.AnyTagClassName
{
color: #C6DF52;
}
</style>
background-color css
<style>
a { background-color: #C6DF52; }
a { background-color: rgb(198,223,82); }
div.DivClassName
{
background-color: #C6DF52;
}
.BgClassName
{
background-color: #C6DF52;
}
</style>
border-color css
<style>
span { border-color: #C6DF52; }
span { border-color: rgb(198,223,82); }
td.TdClassName
{
border-color: #C6DF52;
}
.TagClassName
{
border-color: #C6DF52;
}
</style>