Shades of Conifer #C2FC56
Tints of Conifer #C2FC56
RGB
CMYK
RGB Variations
Color information
#C2FC56 (or 0xC2FC56) is known color: Conifer. HEX triplet: C2, FC and 56. RGB value is (194,252,86). Sum of RGB (Red+Green+Blue) = 194+252+86=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC56 is #3D03A9. Grayscale: #D8D8D8. Windows color (decimal): -3998634 or 5700802. OLE color: 5700802.
HSL color Cylindrical-coordinate representation of color #C2FC56: hue angle of 80.96º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2FC56 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 86 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.01 |
| HSL | 80.96º | 0.97% | 0.66% | - |
| HSV(B) | 80.96º | 0.66% | 0.99% | - |
| XYZ | 58.74 | 81.76 | 21.49 | - |
| YUV | 215.73 | 54.78 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 86 | 0.23 | 0 | 0.66 | 0.01 | 80.96 | 0.97 | 0.66 |
| Hex | C2 | FC | 56 | 17 | 0 | 42 | 1 | 51 | 61 | 42 |
| Octal | 302 | 374 | 126 | 27 | 0 | 102 | 1 | 121 | 141 | 102 |
| Binary | 11000010 | 11111100 | 1010110 | 10111 | 0 | 1000010 | 1 | 1010001 | 1100001 | 1000010 |
Color Harmonies of #C2FC56
Complementary color
Monochromatic Colors of #C2FC56
Black with #C2FC56
Text Example
Text Example
White with #C2FC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC56; }
p { color: rgb(194,252,86); }
H1.HeaderClassName
{
color: #C2FC56;
}
.AnyTagClassName
{
color: #C2FC56;
}
</style>
background-color css
<style>
a { background-color: #C2FC56; }
a { background-color: rgb(194,252,86); }
div.DivClassName
{
background-color: #C2FC56;
}
.BgClassName
{
background-color: #C2FC56;
}
</style>
border-color css
<style>
span { border-color: #C2FC56; }
span { border-color: rgb(194,252,86); }
td.TdClassName
{
border-color: #C2FC56;
}
.TagClassName
{
border-color: #C2FC56;
}
</style>