Shades of Conifer #C1E350
Tints of Conifer #C1E350
RGB
CMYK
RGB Variations
Color information
#C1E350 (or 0xC1E350) is known color: Conifer. HEX triplet: C1, E3 and 50. RGB value is (193,227,80). Sum of RGB (Red+Green+Blue) = 193+227+80=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E350 is #3E1CAF. Grayscale: #C8C8C8. Windows color (decimal): -4070576 or 5301185. OLE color: 5301185.
HSL color Cylindrical-coordinate representation of color #C1E350: hue angle of 73.88º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1E350 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 80 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.11 |
| HSL | 73.88º | 0.72% | 0.6% | - |
| HSV(B) | 73.88º | 0.65% | 0.89% | - |
| XYZ | 50.91 | 66.85 | 17.81 | - |
| YUV | 200.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 80 | 0.15 | 0 | 0.65 | 0.11 | 73.88 | 0.72 | 0.6 |
| Hex | C1 | E3 | 50 | F | 0 | 41 | B | 4A | 48 | 3C |
| Octal | 301 | 343 | 120 | 17 | 0 | 101 | 13 | 112 | 110 | 74 |
| Binary | 11000001 | 11100011 | 1010000 | 1111 | 0 | 1000001 | 1011 | 1001010 | 1001000 | 111100 |
Color Harmonies of #C1E350
Complementary color
Monochromatic Colors of #C1E350
Black with #C1E350
Text Example
Text Example
White with #C1E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E350; }
p { color: rgb(193,227,80); }
H1.HeaderClassName
{
color: #C1E350;
}
.AnyTagClassName
{
color: #C1E350;
}
</style>
background-color css
<style>
a { background-color: #C1E350; }
a { background-color: rgb(193,227,80); }
div.DivClassName
{
background-color: #C1E350;
}
.BgClassName
{
background-color: #C1E350;
}
</style>
border-color css
<style>
span { border-color: #C1E350; }
span { border-color: rgb(193,227,80); }
td.TdClassName
{
border-color: #C1E350;
}
.TagClassName
{
border-color: #C1E350;
}
</style>