Shades of Conifer #C1FF56
Tints of Conifer #C1FF56
RGB
CMYK
RGB Variations
Color information
#C1FF56 (or 0xC1FF56) is known color: Conifer. HEX triplet: C1, FF and 56. RGB value is (193,255,86). Sum of RGB (Red+Green+Blue) = 193+255+86=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FF56 is #3E00A9. Grayscale: #D9D9D9. Windows color (decimal): -4063402 or 5701569. OLE color: 5701569.
HSL color Cylindrical-coordinate representation of color #C1FF56: hue angle of 82.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1FF56 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 86 | - |
| CMYK | 0.24 | 0 | 0.66 | 0 |
| HSL | 82.01º | 1% | 0.67% | - |
| HSV(B) | 82.01º | 0.66% | 1% | - |
| XYZ | 59.43 | 83.53 | 21.79 | - |
| YUV | 217.2 | 53.96 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 86 | 0.24 | 0 | 0.66 | 0 | 82.01 | 1 | 0.67 |
| Hex | C1 | FF | 56 | 18 | 0 | 42 | 0 | 52 | 64 | 43 |
| Octal | 301 | 377 | 126 | 30 | 0 | 102 | 0 | 122 | 144 | 103 |
| Binary | 11000001 | 11111111 | 1010110 | 11000 | 0 | 1000010 | 0 | 1010010 | 1100100 | 1000011 |
Color Harmonies of #C1FF56
Complementary color
Monochromatic Colors of #C1FF56
Black with #C1FF56
Text Example
Text Example
White with #C1FF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FF56; }
p { color: rgb(193,255,86); }
H1.HeaderClassName
{
color: #C1FF56;
}
.AnyTagClassName
{
color: #C1FF56;
}
</style>
background-color css
<style>
a { background-color: #C1FF56; }
a { background-color: rgb(193,255,86); }
div.DivClassName
{
background-color: #C1FF56;
}
.BgClassName
{
background-color: #C1FF56;
}
</style>
border-color css
<style>
span { border-color: #C1FF56; }
span { border-color: rgb(193,255,86); }
td.TdClassName
{
border-color: #C1FF56;
}
.TagClassName
{
border-color: #C1FF56;
}
</style>