Shades of Conifer #C1F356
Tints of Conifer #C1F356
RGB
CMYK
RGB Variations
Color information
#C1F356 (or 0xC1F356) is known color: Conifer. HEX triplet: C1, F3 and 56. RGB value is (193,243,86). Sum of RGB (Red+Green+Blue) = 193+243+86=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F356 is #3E0CA9. Grayscale: #D2D2D2. Windows color (decimal): -4066474 or 5698497. OLE color: 5698497.
HSL color Cylindrical-coordinate representation of color #C1F356: hue angle of 79.11º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1F356 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 86 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.05 |
| HSL | 79.11º | 0.87% | 0.65% | - |
| HSV(B) | 79.11º | 0.65% | 0.95% | - |
| XYZ | 55.72 | 76.11 | 20.56 | - |
| YUV | 210.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 86 | 0.21 | 0 | 0.65 | 0.05 | 79.11 | 0.87 | 0.65 |
| Hex | C1 | F3 | 56 | 15 | 0 | 41 | 5 | 4F | 57 | 41 |
| Octal | 301 | 363 | 126 | 25 | 0 | 101 | 5 | 117 | 127 | 101 |
| Binary | 11000001 | 11110011 | 1010110 | 10101 | 0 | 1000001 | 101 | 1001111 | 1010111 | 1000001 |
Color Harmonies of #C1F356
Complementary color
Monochromatic Colors of #C1F356
Black with #C1F356
Text Example
Text Example
White with #C1F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F356; }
p { color: rgb(193,243,86); }
H1.HeaderClassName
{
color: #C1F356;
}
.AnyTagClassName
{
color: #C1F356;
}
</style>
background-color css
<style>
a { background-color: #C1F356; }
a { background-color: rgb(193,243,86); }
div.DivClassName
{
background-color: #C1F356;
}
.BgClassName
{
background-color: #C1F356;
}
</style>
border-color css
<style>
span { border-color: #C1F356; }
span { border-color: rgb(193,243,86); }
td.TdClassName
{
border-color: #C1F356;
}
.TagClassName
{
border-color: #C1F356;
}
</style>