Shades of Conifer #C6F652
Tints of Conifer #C6F652
RGB
CMYK
RGB Variations
Color information
#C6F652 (or 0xC6F652) is known color: Conifer. HEX triplet: C6, F6 and 52. RGB value is (198,246,82). Sum of RGB (Red+Green+Blue) = 198+246+82=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F652 is #3909AD. Grayscale: #D5D5D5. Windows color (decimal): -3738030 or 5437126. OLE color: 5437126.
HSL color Cylindrical-coordinate representation of color #C6F652: hue angle of 77.56º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6F652 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 246 | 82 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.04 |
| HSL | 77.56º | 0.9% | 0.64% | - |
| HSV(B) | 77.56º | 0.67% | 0.96% | - |
| XYZ | 57.77 | 78.53 | 20.1 | - |
| YUV | 212.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 246 | 82 | 0.20 | 0 | 0.67 | 0.04 | 77.56 | 0.9 | 0.64 |
| Hex | C6 | F6 | 52 | 14 | 0 | 43 | 4 | 4E | 5A | 40 |
| Octal | 306 | 366 | 122 | 24 | 0 | 103 | 4 | 116 | 132 | 100 |
| Binary | 11000110 | 11110110 | 1010010 | 10100 | 0 | 1000011 | 100 | 1001110 | 1011010 | 1000000 |
Color Harmonies of #C6F652
Complementary color
Monochromatic Colors of #C6F652
Black with #C6F652
Text Example
Text Example
White with #C6F652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F652; }
p { color: rgb(198,246,82); }
H1.HeaderClassName
{
color: #C6F652;
}
.AnyTagClassName
{
color: #C6F652;
}
</style>
background-color css
<style>
a { background-color: #C6F652; }
a { background-color: rgb(198,246,82); }
div.DivClassName
{
background-color: #C6F652;
}
.BgClassName
{
background-color: #C6F652;
}
</style>
border-color css
<style>
span { border-color: #C6F652; }
span { border-color: rgb(198,246,82); }
td.TdClassName
{
border-color: #C6F652;
}
.TagClassName
{
border-color: #C6F652;
}
</style>