Shades of Conifer #C1FA5E
Tints of Conifer #C1FA5E
RGB
CMYK
RGB Variations
Color information
#C1FA5E (or 0xC1FA5E) is known color: Conifer. HEX triplet: C1, FA and 5E. RGB value is (193,250,94). Sum of RGB (Red+Green+Blue) = 193+250+94=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA5E is #3E05A1. Grayscale: #D7D7D7. Windows color (decimal): -4064674 or 6224577. OLE color: 6224577.
HSL color Cylindrical-coordinate representation of color #C1FA5E: hue angle of 81.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1FA5E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 94 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.02 |
| HSL | 81.92º | 0.94% | 0.67% | - |
| HSV(B) | 81.92º | 0.62% | 0.98% | - |
| XYZ | 58.2 | 80.52 | 23.06 | - |
| YUV | 215.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 94 | 0.23 | 0 | 0.62 | 0.02 | 81.92 | 0.94 | 0.67 |
| Hex | C1 | FA | 5E | 17 | 0 | 3E | 2 | 52 | 5E | 43 |
| Octal | 301 | 372 | 136 | 27 | 0 | 76 | 2 | 122 | 136 | 103 |
| Binary | 11000001 | 11111010 | 1011110 | 10111 | 0 | 111110 | 10 | 1010010 | 1011110 | 1000011 |
Color Harmonies of #C1FA5E
Complementary color
Monochromatic Colors of #C1FA5E
Black with #C1FA5E
Text Example
Text Example
White with #C1FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA5E; }
p { color: rgb(193,250,94); }
H1.HeaderClassName
{
color: #C1FA5E;
}
.AnyTagClassName
{
color: #C1FA5E;
}
</style>
background-color css
<style>
a { background-color: #C1FA5E; }
a { background-color: rgb(193,250,94); }
div.DivClassName
{
background-color: #C1FA5E;
}
.BgClassName
{
background-color: #C1FA5E;
}
</style>
border-color css
<style>
span { border-color: #C1FA5E; }
span { border-color: rgb(193,250,94); }
td.TdClassName
{
border-color: #C1FA5E;
}
.TagClassName
{
border-color: #C1FA5E;
}
</style>