Shades of Conifer #C1E449
Tints of Conifer #C1E449
RGB
CMYK
RGB Variations
Color information
#C1E449 (or 0xC1E449) is known color: Conifer. HEX triplet: C1, E4 and 49. RGB value is (193,228,73). Sum of RGB (Red+Green+Blue) = 193+228+73=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E449 is #3E1BB6. Grayscale: #C8C8C8. Windows color (decimal): -4070327 or 4842689. OLE color: 4842689.
HSL color Cylindrical-coordinate representation of color #C1E449: hue angle of 73.55º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1E449 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 73 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.11 |
| HSL | 73.55º | 0.74% | 0.59% | - |
| HSV(B) | 73.55º | 0.68% | 0.89% | - |
| XYZ | 50.94 | 67.31 | 16.61 | - |
| YUV | 199.87 | 56.4 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 73 | 0.15 | 0 | 0.68 | 0.11 | 73.55 | 0.74 | 0.59 |
| Hex | C1 | E4 | 49 | F | 0 | 44 | B | 4A | 4A | 3B |
| Octal | 301 | 344 | 111 | 17 | 0 | 104 | 13 | 112 | 112 | 73 |
| Binary | 11000001 | 11100100 | 1001001 | 1111 | 0 | 1000100 | 1011 | 1001010 | 1001010 | 111011 |
Color Harmonies of #C1E449
Complementary color
Monochromatic Colors of #C1E449
Black with #C1E449
Text Example
Text Example
White with #C1E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E449; }
p { color: rgb(193,228,73); }
H1.HeaderClassName
{
color: #C1E449;
}
.AnyTagClassName
{
color: #C1E449;
}
</style>
background-color css
<style>
a { background-color: #C1E449; }
a { background-color: rgb(193,228,73); }
div.DivClassName
{
background-color: #C1E449;
}
.BgClassName
{
background-color: #C1E449;
}
</style>
border-color css
<style>
span { border-color: #C1E449; }
span { border-color: rgb(193,228,73); }
td.TdClassName
{
border-color: #C1E449;
}
.TagClassName
{
border-color: #C1E449;
}
</style>