Shades of Conifer #C1E649
Tints of Conifer #C1E649
RGB
CMYK
RGB Variations
Color information
#C1E649 (or 0xC1E649) is known color: Conifer. HEX triplet: C1, E6 and 49. RGB value is (193,230,73). Sum of RGB (Red+Green+Blue) = 193+230+73=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E649 is #3E19B6. Grayscale: #C9C9C9. Windows color (decimal): -4069815 or 4843201. OLE color: 4843201.
HSL color Cylindrical-coordinate representation of color #C1E649: hue angle of 74.14º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1E649 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 230 | 73 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.10 |
| HSL | 74.14º | 0.76% | 0.59% | - |
| HSV(B) | 74.14º | 0.68% | 0.9% | - |
| XYZ | 51.49 | 68.41 | 16.79 | - |
| YUV | 201.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 73 | 0.16 | 0 | 0.68 | 0.10 | 74.14 | 0.76 | 0.59 |
| Hex | C1 | E6 | 49 | 10 | 0 | 44 | A | 4A | 4C | 3B |
| Octal | 301 | 346 | 111 | 20 | 0 | 104 | 12 | 112 | 114 | 73 |
| Binary | 11000001 | 11100110 | 1001001 | 10000 | 0 | 1000100 | 1010 | 1001010 | 1001100 | 111011 |
Color Harmonies of #C1E649
Complementary color
Monochromatic Colors of #C1E649
Black with #C1E649
Text Example
Text Example
White with #C1E649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E649; }
p { color: rgb(193,230,73); }
H1.HeaderClassName
{
color: #C1E649;
}
.AnyTagClassName
{
color: #C1E649;
}
</style>
background-color css
<style>
a { background-color: #C1E649; }
a { background-color: rgb(193,230,73); }
div.DivClassName
{
background-color: #C1E649;
}
.BgClassName
{
background-color: #C1E649;
}
</style>
border-color css
<style>
span { border-color: #C1E649; }
span { border-color: rgb(193,230,73); }
td.TdClassName
{
border-color: #C1E649;
}
.TagClassName
{
border-color: #C1E649;
}
</style>