Shades of Conifer #C1F149
Tints of Conifer #C1F149
RGB
CMYK
RGB Variations
Color information
#C1F149 (or 0xC1F149) is known color: Conifer. HEX triplet: C1, F1 and 49. RGB value is (193,241,73). Sum of RGB (Red+Green+Blue) = 193+241+73=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F149 is #3E0EB6. Grayscale: #D0D0D0. Windows color (decimal): -4066999 or 4846017. OLE color: 4846017.
HSL color Cylindrical-coordinate representation of color #C1F149: hue angle of 77.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1F149 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 73 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.05 |
| HSL | 77.14º | 0.86% | 0.62% | - |
| HSV(B) | 77.14º | 0.7% | 0.95% | - |
| XYZ | 54.65 | 74.73 | 17.85 | - |
| YUV | 207.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 73 | 0.20 | 0 | 0.70 | 0.05 | 77.14 | 0.86 | 0.62 |
| Hex | C1 | F1 | 49 | 14 | 0 | 46 | 5 | 4D | 56 | 3E |
| Octal | 301 | 361 | 111 | 24 | 0 | 106 | 5 | 115 | 126 | 76 |
| Binary | 11000001 | 11110001 | 1001001 | 10100 | 0 | 1000110 | 101 | 1001101 | 1010110 | 111110 |
Color Harmonies of #C1F149
Complementary color
Monochromatic Colors of #C1F149
Black with #C1F149
Text Example
Text Example
White with #C1F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F149; }
p { color: rgb(193,241,73); }
H1.HeaderClassName
{
color: #C1F149;
}
.AnyTagClassName
{
color: #C1F149;
}
</style>
background-color css
<style>
a { background-color: #C1F149; }
a { background-color: rgb(193,241,73); }
div.DivClassName
{
background-color: #C1F149;
}
.BgClassName
{
background-color: #C1F149;
}
</style>
border-color css
<style>
span { border-color: #C1F149; }
span { border-color: rgb(193,241,73); }
td.TdClassName
{
border-color: #C1F149;
}
.TagClassName
{
border-color: #C1F149;
}
</style>