Shades of Conifer #C6E45F
Tints of Conifer #C6E45F
RGB
CMYK
RGB Variations
Color information
#C6E45F (or 0xC6E45F) is known color: Conifer. HEX triplet: C6, E4 and 5F. RGB value is (198,228,95). Sum of RGB (Red+Green+Blue) = 198+228+95=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E45F is #391BA0. Grayscale: #CCCCCC. Windows color (decimal): -3742625 or 6284486. OLE color: 6284486.
HSL color Cylindrical-coordinate representation of color #C6E45F: hue angle of 73.53º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6E45F is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 228 | 95 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.11 |
| HSL | 73.53º | 0.71% | 0.63% | - |
| HSV(B) | 73.53º | 0.58% | 0.89% | - |
| XYZ | 53.1 | 68.32 | 21.21 | - |
| YUV | 203.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 95 | 0.13 | 0 | 0.58 | 0.11 | 73.53 | 0.71 | 0.63 |
| Hex | C6 | E4 | 5F | D | 0 | 3A | B | 4A | 47 | 3F |
| Octal | 306 | 344 | 137 | 15 | 0 | 72 | 13 | 112 | 107 | 77 |
| Binary | 11000110 | 11100100 | 1011111 | 1101 | 0 | 111010 | 1011 | 1001010 | 1000111 | 111111 |
Color Harmonies of #C6E45F
Complementary color
Monochromatic Colors of #C6E45F
Black with #C6E45F
Text Example
Text Example
White with #C6E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E45F; }
p { color: rgb(198,228,95); }
H1.HeaderClassName
{
color: #C6E45F;
}
.AnyTagClassName
{
color: #C6E45F;
}
</style>
background-color css
<style>
a { background-color: #C6E45F; }
a { background-color: rgb(198,228,95); }
div.DivClassName
{
background-color: #C6E45F;
}
.BgClassName
{
background-color: #C6E45F;
}
</style>
border-color css
<style>
span { border-color: #C6E45F; }
span { border-color: rgb(198,228,95); }
td.TdClassName
{
border-color: #C6E45F;
}
.TagClassName
{
border-color: #C6E45F;
}
</style>