Shades of Conifer #C6EB52
Tints of Conifer #C6EB52
RGB
CMYK
RGB Variations
Color information
#C6EB52 (or 0xC6EB52) is known color: Conifer. HEX triplet: C6, EB and 52. RGB value is (198,235,82). Sum of RGB (Red+Green+Blue) = 198+235+82=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EB52 is #3914AD. Grayscale: #CFCFCF. Windows color (decimal): -3740846 or 5434310. OLE color: 5434310.
HSL color Cylindrical-coordinate representation of color #C6EB52: hue angle of 74.51º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6EB52 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 235 | 82 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.08 |
| HSL | 74.51º | 0.79% | 0.62% | - |
| HSV(B) | 74.51º | 0.65% | 0.92% | - |
| XYZ | 54.52 | 72.03 | 19.01 | - |
| YUV | 206.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 235 | 82 | 0.16 | 0 | 0.65 | 0.08 | 74.51 | 0.79 | 0.62 |
| Hex | C6 | EB | 52 | 10 | 0 | 41 | 8 | 4B | 4F | 3E |
| Octal | 306 | 353 | 122 | 20 | 0 | 101 | 10 | 113 | 117 | 76 |
| Binary | 11000110 | 11101011 | 1010010 | 10000 | 0 | 1000001 | 1000 | 1001011 | 1001111 | 111110 |
Color Harmonies of #C6EB52
Complementary color
Monochromatic Colors of #C6EB52
Black with #C6EB52
Text Example
Text Example
White with #C6EB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EB52; }
p { color: rgb(198,235,82); }
H1.HeaderClassName
{
color: #C6EB52;
}
.AnyTagClassName
{
color: #C6EB52;
}
</style>
background-color css
<style>
a { background-color: #C6EB52; }
a { background-color: rgb(198,235,82); }
div.DivClassName
{
background-color: #C6EB52;
}
.BgClassName
{
background-color: #C6EB52;
}
</style>
border-color css
<style>
span { border-color: #C6EB52; }
span { border-color: rgb(198,235,82); }
td.TdClassName
{
border-color: #C6EB52;
}
.TagClassName
{
border-color: #C6EB52;
}
</style>