Shades of Conifer #C6EF52
Tints of Conifer #C6EF52
RGB
CMYK
RGB Variations
Color information
#C6EF52 (or 0xC6EF52) is known color: Conifer. HEX triplet: C6, EF and 52. RGB value is (198,239,82). Sum of RGB (Red+Green+Blue) = 198+239+82=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #C6EF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EF52 is #3910AD. Grayscale: #D1D1D1. Windows color (decimal): -3739822 or 5435334. OLE color: 5435334.
HSL color Cylindrical-coordinate representation of color #C6EF52: hue angle of 75.67º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6EF52 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 239 | 82 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.06 |
| HSL | 75.67º | 0.83% | 0.63% | - |
| HSV(B) | 75.67º | 0.66% | 0.94% | - |
| XYZ | 55.68 | 74.35 | 19.4 | - |
| YUV | 208.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 239 | 82 | 0.17 | 0 | 0.66 | 0.06 | 75.67 | 0.83 | 0.63 |
| Hex | C6 | EF | 52 | 11 | 0 | 42 | 6 | 4C | 53 | 3F |
| Octal | 306 | 357 | 122 | 21 | 0 | 102 | 6 | 114 | 123 | 77 |
| Binary | 11000110 | 11101111 | 1010010 | 10001 | 0 | 1000010 | 110 | 1001100 | 1010011 | 111111 |
Color Harmonies of #C6EF52
Complementary color
Monochromatic Colors of #C6EF52
Black with #C6EF52
Text Example
Text Example
White with #C6EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EF52; }
p { color: rgb(198,239,82); }
H1.HeaderClassName
{
color: #C6EF52;
}
.AnyTagClassName
{
color: #C6EF52;
}
</style>
background-color css
<style>
a { background-color: #C6EF52; }
a { background-color: rgb(198,239,82); }
div.DivClassName
{
background-color: #C6EF52;
}
.BgClassName
{
background-color: #C6EF52;
}
</style>
border-color css
<style>
span { border-color: #C6EF52; }
span { border-color: rgb(198,239,82); }
td.TdClassName
{
border-color: #C6EF52;
}
.TagClassName
{
border-color: #C6EF52;
}
</style>