Shades of Conifer #C6E55F
Tints of Conifer #C6E55F
RGB
CMYK
RGB Variations
Color information
#C6E55F (or 0xC6E55F) is known color: Conifer. HEX triplet: C6, E5 and 5F. RGB value is (198,229,95). Sum of RGB (Red+Green+Blue) = 198+229+95=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E55F is #391AA0. Grayscale: #CCCCCC. Windows color (decimal): -3742369 or 6284742. OLE color: 6284742.
HSL color Cylindrical-coordinate representation of color #C6E55F: hue angle of 73.88º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6E55F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 95 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.10 |
| HSL | 73.88º | 0.72% | 0.64% | - |
| HSV(B) | 73.88º | 0.59% | 0.9% | - |
| XYZ | 53.37 | 68.87 | 21.31 | - |
| YUV | 204.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 95 | 0.14 | 0 | 0.59 | 0.10 | 73.88 | 0.72 | 0.64 |
| Hex | C6 | E5 | 5F | E | 0 | 3B | A | 4A | 48 | 40 |
| Octal | 306 | 345 | 137 | 16 | 0 | 73 | 12 | 112 | 110 | 100 |
| Binary | 11000110 | 11100101 | 1011111 | 1110 | 0 | 111011 | 1010 | 1001010 | 1001000 | 1000000 |
Color Harmonies of #C6E55F
Complementary color
Monochromatic Colors of #C6E55F
Black with #C6E55F
Text Example
Text Example
White with #C6E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E55F; }
p { color: rgb(198,229,95); }
H1.HeaderClassName
{
color: #C6E55F;
}
.AnyTagClassName
{
color: #C6E55F;
}
</style>
background-color css
<style>
a { background-color: #C6E55F; }
a { background-color: rgb(198,229,95); }
div.DivClassName
{
background-color: #C6E55F;
}
.BgClassName
{
background-color: #C6E55F;
}
</style>
border-color css
<style>
span { border-color: #C6E55F; }
span { border-color: rgb(198,229,95); }
td.TdClassName
{
border-color: #C6E55F;
}
.TagClassName
{
border-color: #C6E55F;
}
</style>