Shades of Conifer #C2FC55
Tints of Conifer #C2FC55
RGB
CMYK
RGB Variations
Color information
#C2FC55 (or 0xC2FC55) is known color: Conifer. HEX triplet: C2, FC and 55. RGB value is (194,252,85). Sum of RGB (Red+Green+Blue) = 194+252+85=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC55 is #3D03AA. Grayscale: #D8D8D8. Windows color (decimal): -3998635 or 5635266. OLE color: 5635266.
HSL color Cylindrical-coordinate representation of color #C2FC55: hue angle of 80.84º 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 #C2FC55 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 85 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.01 |
| HSL | 80.84º | 0.97% | 0.66% | - |
| HSV(B) | 80.84º | 0.66% | 0.99% | - |
| XYZ | 58.7 | 81.75 | 21.28 | - |
| YUV | 215.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 85 | 0.23 | 0 | 0.66 | 0.01 | 80.84 | 0.97 | 0.66 |
| Hex | C2 | FC | 55 | 17 | 0 | 42 | 1 | 51 | 61 | 42 |
| Octal | 302 | 374 | 125 | 27 | 0 | 102 | 1 | 121 | 141 | 102 |
| Binary | 11000010 | 11111100 | 1010101 | 10111 | 0 | 1000010 | 1 | 1010001 | 1100001 | 1000010 |
Color Harmonies of #C2FC55
Complementary color
Monochromatic Colors of #C2FC55
Black with #C2FC55
Text Example
Text Example
White with #C2FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC55; }
p { color: rgb(194,252,85); }
H1.HeaderClassName
{
color: #C2FC55;
}
.AnyTagClassName
{
color: #C2FC55;
}
</style>
background-color css
<style>
a { background-color: #C2FC55; }
a { background-color: rgb(194,252,85); }
div.DivClassName
{
background-color: #C2FC55;
}
.BgClassName
{
background-color: #C2FC55;
}
</style>
border-color css
<style>
span { border-color: #C2FC55; }
span { border-color: rgb(194,252,85); }
td.TdClassName
{
border-color: #C2FC55;
}
.TagClassName
{
border-color: #C2FC55;
}
</style>