Shades of Conifer #C1FC55
Tints of Conifer #C1FC55
RGB
CMYK
RGB Variations
Color information
#C1FC55 (or 0xC1FC55) is known color: Conifer. HEX triplet: C1, FC and 55. RGB value is (193,252,85). Sum of RGB (Red+Green+Blue) = 193+252+85=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FC55 is #3E03AA. Grayscale: #D7D7D7. Windows color (decimal): -4064171 or 5635265. OLE color: 5635265.
HSL color Cylindrical-coordinate representation of color #C1FC55: hue angle of 81.2º 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 #C1FC55 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 85 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.01 |
| HSL | 81.2º | 0.97% | 0.66% | - |
| HSV(B) | 81.2º | 0.66% | 0.99% | - |
| XYZ | 58.44 | 81.61 | 21.27 | - |
| YUV | 215.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 85 | 0.23 | 0 | 0.66 | 0.01 | 81.2 | 0.97 | 0.66 |
| Hex | C1 | FC | 55 | 17 | 0 | 42 | 1 | 51 | 61 | 42 |
| Octal | 301 | 374 | 125 | 27 | 0 | 102 | 1 | 121 | 141 | 102 |
| Binary | 11000001 | 11111100 | 1010101 | 10111 | 0 | 1000010 | 1 | 1010001 | 1100001 | 1000010 |
Color Harmonies of #C1FC55
Complementary color
Monochromatic Colors of #C1FC55
Black with #C1FC55
Text Example
Text Example
White with #C1FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC55; }
p { color: rgb(193,252,85); }
H1.HeaderClassName
{
color: #C1FC55;
}
.AnyTagClassName
{
color: #C1FC55;
}
</style>
background-color css
<style>
a { background-color: #C1FC55; }
a { background-color: rgb(193,252,85); }
div.DivClassName
{
background-color: #C1FC55;
}
.BgClassName
{
background-color: #C1FC55;
}
</style>
border-color css
<style>
span { border-color: #C1FC55; }
span { border-color: rgb(193,252,85); }
td.TdClassName
{
border-color: #C1FC55;
}
.TagClassName
{
border-color: #C1FC55;
}
</style>