Shades of Conifer #C1E04F
Tints of Conifer #C1E04F
RGB
CMYK
RGB Variations
Color information
#C1E04F (or 0xC1E04F) is known color: Conifer. HEX triplet: C1, E0 and 4F. RGB value is (193,224,79). Sum of RGB (Red+Green+Blue) = 193+224+79=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E04F is #3E1FB0. Grayscale: #C6C6C6. Windows color (decimal): -4071345 or 5234881. OLE color: 5234881.
HSL color Cylindrical-coordinate representation of color #C1E04F: hue angle of 72.83º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1E04F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 79 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.12 |
| HSL | 72.83º | 0.7% | 0.59% | - |
| HSV(B) | 72.83º | 0.65% | 0.88% | - |
| XYZ | 50.06 | 65.21 | 17.35 | - |
| YUV | 198.2 | 60.73 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 79 | 0.14 | 0 | 0.65 | 0.12 | 72.83 | 0.7 | 0.59 |
| Hex | C1 | E0 | 4F | E | 0 | 41 | C | 49 | 46 | 3B |
| Octal | 301 | 340 | 117 | 16 | 0 | 101 | 14 | 111 | 106 | 73 |
| Binary | 11000001 | 11100000 | 1001111 | 1110 | 0 | 1000001 | 1100 | 1001001 | 1000110 | 111011 |
Color Harmonies of #C1E04F
Complementary color
Monochromatic Colors of #C1E04F
Black with #C1E04F
Text Example
Text Example
White with #C1E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E04F; }
p { color: rgb(193,224,79); }
H1.HeaderClassName
{
color: #C1E04F;
}
.AnyTagClassName
{
color: #C1E04F;
}
</style>
background-color css
<style>
a { background-color: #C1E04F; }
a { background-color: rgb(193,224,79); }
div.DivClassName
{
background-color: #C1E04F;
}
.BgClassName
{
background-color: #C1E04F;
}
</style>
border-color css
<style>
span { border-color: #C1E04F; }
span { border-color: rgb(193,224,79); }
td.TdClassName
{
border-color: #C1E04F;
}
.TagClassName
{
border-color: #C1E04F;
}
</style>