Shades of Conifer #C1F056
Tints of Conifer #C1F056
RGB
CMYK
RGB Variations
Color information
#C1F056 (or 0xC1F056) is known color: Conifer. HEX triplet: C1, F0 and 56. RGB value is (193,240,86). Sum of RGB (Red+Green+Blue) = 193+240+86=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F056 is #3E0FA9. Grayscale: #D0D0D0. Windows color (decimal): -4067242 or 5697729. OLE color: 5697729.
HSL color Cylindrical-coordinate representation of color #C1F056: hue angle of 78.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1F056 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 86 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.06 |
| HSL | 78.31º | 0.84% | 0.64% | - |
| HSV(B) | 78.31º | 0.64% | 0.94% | - |
| XYZ | 54.83 | 74.33 | 20.26 | - |
| YUV | 208.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 86 | 0.20 | 0 | 0.64 | 0.06 | 78.31 | 0.84 | 0.64 |
| Hex | C1 | F0 | 56 | 14 | 0 | 40 | 6 | 4E | 54 | 40 |
| Octal | 301 | 360 | 126 | 24 | 0 | 100 | 6 | 116 | 124 | 100 |
| Binary | 11000001 | 11110000 | 1010110 | 10100 | 0 | 1000000 | 110 | 1001110 | 1010100 | 1000000 |
Color Harmonies of #C1F056
Complementary color
Monochromatic Colors of #C1F056
Black with #C1F056
Text Example
Text Example
White with #C1F056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F056; }
p { color: rgb(193,240,86); }
H1.HeaderClassName
{
color: #C1F056;
}
.AnyTagClassName
{
color: #C1F056;
}
</style>
background-color css
<style>
a { background-color: #C1F056; }
a { background-color: rgb(193,240,86); }
div.DivClassName
{
background-color: #C1F056;
}
.BgClassName
{
background-color: #C1F056;
}
</style>
border-color css
<style>
span { border-color: #C1F056; }
span { border-color: rgb(193,240,86); }
td.TdClassName
{
border-color: #C1F056;
}
.TagClassName
{
border-color: #C1F056;
}
</style>