Shades of Conifer #C1ED46
Tints of Conifer #C1ED46
RGB
CMYK
RGB Variations
Color information
#C1ED46 (or 0xC1ED46) is known color: Conifer. HEX triplet: C1, ED and 46. RGB value is (193,237,70). Sum of RGB (Red+Green+Blue) = 193+237+70=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1ED46 is #3E12B9. Grayscale: #CDCDCD. Windows color (decimal): -4068026 or 4648385. OLE color: 4648385.
HSL color Cylindrical-coordinate representation of color #C1ED46: hue angle of 75.81º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1ED46 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 70 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.07 |
| HSL | 75.81º | 0.82% | 0.6% | - |
| HSV(B) | 75.81º | 0.7% | 0.93% | - |
| XYZ | 53.38 | 72.35 | 16.95 | - |
| YUV | 204.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 70 | 0.19 | 0 | 0.70 | 0.07 | 75.81 | 0.82 | 0.6 |
| Hex | C1 | ED | 46 | 13 | 0 | 46 | 7 | 4C | 52 | 3C |
| Octal | 301 | 355 | 106 | 23 | 0 | 106 | 7 | 114 | 122 | 74 |
| Binary | 11000001 | 11101101 | 1000110 | 10011 | 0 | 1000110 | 111 | 1001100 | 1010010 | 111100 |
Color Harmonies of #C1ED46
Complementary color
Monochromatic Colors of #C1ED46
Black with #C1ED46
Text Example
Text Example
White with #C1ED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED46; }
p { color: rgb(193,237,70); }
H1.HeaderClassName
{
color: #C1ED46;
}
.AnyTagClassName
{
color: #C1ED46;
}
</style>
background-color css
<style>
a { background-color: #C1ED46; }
a { background-color: rgb(193,237,70); }
div.DivClassName
{
background-color: #C1ED46;
}
.BgClassName
{
background-color: #C1ED46;
}
</style>
border-color css
<style>
span { border-color: #C1ED46; }
span { border-color: rgb(193,237,70); }
td.TdClassName
{
border-color: #C1ED46;
}
.TagClassName
{
border-color: #C1ED46;
}
</style>