Shades of Conifer #C6E54E
Tints of Conifer #C6E54E
RGB
CMYK
RGB Variations
Color information
#C6E54E (or 0xC6E54E) is known color: Conifer. HEX triplet: C6, E5 and 4E. RGB value is (198,229,78). Sum of RGB (Red+Green+Blue) = 198+229+78=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E54E is #391AB1. Grayscale: #CBCBCB. Windows color (decimal): -3742386 or 5170630. OLE color: 5170630.
HSL color Cylindrical-coordinate representation of color #C6E54E: hue angle of 72.32º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6E54E is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 78 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.10 |
| HSL | 72.32º | 0.74% | 0.6% | - |
| HSV(B) | 72.32º | 0.66% | 0.9% | - |
| XYZ | 52.68 | 68.59 | 17.67 | - |
| YUV | 202.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 78 | 0.14 | 0 | 0.66 | 0.10 | 72.32 | 0.74 | 0.6 |
| Hex | C6 | E5 | 4E | E | 0 | 42 | A | 48 | 4A | 3C |
| Octal | 306 | 345 | 116 | 16 | 0 | 102 | 12 | 110 | 112 | 74 |
| Binary | 11000110 | 11100101 | 1001110 | 1110 | 0 | 1000010 | 1010 | 1001000 | 1001010 | 111100 |
Color Harmonies of #C6E54E
Complementary color
Monochromatic Colors of #C6E54E
Black with #C6E54E
Text Example
Text Example
White with #C6E54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E54E; }
p { color: rgb(198,229,78); }
H1.HeaderClassName
{
color: #C6E54E;
}
.AnyTagClassName
{
color: #C6E54E;
}
</style>
background-color css
<style>
a { background-color: #C6E54E; }
a { background-color: rgb(198,229,78); }
div.DivClassName
{
background-color: #C6E54E;
}
.BgClassName
{
background-color: #C6E54E;
}
</style>
border-color css
<style>
span { border-color: #C6E54E; }
span { border-color: rgb(198,229,78); }
td.TdClassName
{
border-color: #C6E54E;
}
.TagClassName
{
border-color: #C6E54E;
}
</style>