Shades of Conifer #C6EB5A
Tints of Conifer #C6EB5A
RGB
CMYK
RGB Variations
Color information
#C6EB5A (or 0xC6EB5A) is known color: Conifer. HEX triplet: C6, EB and 5A. RGB value is (198,235,90). Sum of RGB (Red+Green+Blue) = 198+235+90=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB5A is #3914A5. Grayscale: #CFCFCF. Windows color (decimal): -3740838 or 5958598. OLE color: 5958598.
HSL color Cylindrical-coordinate representation of color #C6EB5A: hue angle of 75.31º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6EB5A is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 90 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.08 |
| HSL | 75.31º | 0.78% | 0.64% | - |
| HSV(B) | 75.31º | 0.62% | 0.92% | - |
| XYZ | 54.84 | 72.16 | 20.71 | - |
| YUV | 207.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 90 | 0.16 | 0 | 0.62 | 0.08 | 75.31 | 0.78 | 0.64 |
| Hex | C6 | EB | 5A | 10 | 0 | 3E | 8 | 4B | 4E | 40 |
| Octal | 306 | 353 | 132 | 20 | 0 | 76 | 10 | 113 | 116 | 100 |
| Binary | 11000110 | 11101011 | 1011010 | 10000 | 0 | 111110 | 1000 | 1001011 | 1001110 | 1000000 |
Color Harmonies of #C6EB5A
Complementary color
Monochromatic Colors of #C6EB5A
Black with #C6EB5A
Text Example
Text Example
White with #C6EB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB5A; }
p { color: rgb(198,235,90); }
H1.HeaderClassName
{
color: #C6EB5A;
}
.AnyTagClassName
{
color: #C6EB5A;
}
</style>
background-color css
<style>
a { background-color: #C6EB5A; }
a { background-color: rgb(198,235,90); }
div.DivClassName
{
background-color: #C6EB5A;
}
.BgClassName
{
background-color: #C6EB5A;
}
</style>
border-color css
<style>
span { border-color: #C6EB5A; }
span { border-color: rgb(198,235,90); }
td.TdClassName
{
border-color: #C6EB5A;
}
.TagClassName
{
border-color: #C6EB5A;
}
</style>