Shades of Conifer #C6E04F
Tints of Conifer #C6E04F
RGB
CMYK
RGB Variations
Color information
#C6E04F (or 0xC6E04F) is known color: Conifer. HEX triplet: C6, E0 and 4F. RGB value is (198,224,79). Sum of RGB (Red+Green+Blue) = 198+224+79=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E04F is #391FB0. Grayscale: #C8C8C8. Windows color (decimal): -3743665 or 5234886. OLE color: 5234886.
HSL color Cylindrical-coordinate representation of color #C6E04F: hue angle of 70.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6E04F is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 79 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.12 |
| HSL | 70.76º | 0.7% | 0.59% | - |
| HSV(B) | 70.76º | 0.65% | 0.88% | - |
| XYZ | 51.36 | 65.88 | 17.41 | - |
| YUV | 199.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 79 | 0.12 | 0 | 0.65 | 0.12 | 70.76 | 0.7 | 0.59 |
| Hex | C6 | E0 | 4F | C | 0 | 41 | C | 47 | 46 | 3B |
| Octal | 306 | 340 | 117 | 14 | 0 | 101 | 14 | 107 | 106 | 73 |
| Binary | 11000110 | 11100000 | 1001111 | 1100 | 0 | 1000001 | 1100 | 1000111 | 1000110 | 111011 |
Color Harmonies of #C6E04F
Complementary color
Monochromatic Colors of #C6E04F
Black with #C6E04F
Text Example
Text Example
White with #C6E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E04F; }
p { color: rgb(198,224,79); }
H1.HeaderClassName
{
color: #C6E04F;
}
.AnyTagClassName
{
color: #C6E04F;
}
</style>
background-color css
<style>
a { background-color: #C6E04F; }
a { background-color: rgb(198,224,79); }
div.DivClassName
{
background-color: #C6E04F;
}
.BgClassName
{
background-color: #C6E04F;
}
</style>
border-color css
<style>
span { border-color: #C6E04F; }
span { border-color: rgb(198,224,79); }
td.TdClassName
{
border-color: #C6E04F;
}
.TagClassName
{
border-color: #C6E04F;
}
</style>