Shades of Conifer #C3E14F
Tints of Conifer #C3E14F
RGB
CMYK
RGB Variations
Color information
#C3E14F (or 0xC3E14F) is known color: Conifer. HEX triplet: C3, E1 and 4F. RGB value is (195,225,79). Sum of RGB (Red+Green+Blue) = 195+225+79=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E14F is #3C1EB0. Grayscale: #C7C7C7. Windows color (decimal): -3940017 or 5235139. OLE color: 5235139.
HSL color Cylindrical-coordinate representation of color #C3E14F: hue angle of 72.33º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3E14F is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 79 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.12 |
| HSL | 72.33º | 0.71% | 0.6% | - |
| HSV(B) | 72.33º | 0.65% | 0.88% | - |
| XYZ | 50.84 | 66.02 | 17.46 | - |
| YUV | 199.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 79 | 0.13 | 0 | 0.65 | 0.12 | 72.33 | 0.71 | 0.6 |
| Hex | C3 | E1 | 4F | D | 0 | 41 | C | 48 | 47 | 3C |
| Octal | 303 | 341 | 117 | 15 | 0 | 101 | 14 | 110 | 107 | 74 |
| Binary | 11000011 | 11100001 | 1001111 | 1101 | 0 | 1000001 | 1100 | 1001000 | 1000111 | 111100 |
Color Harmonies of #C3E14F
Complementary color
Monochromatic Colors of #C3E14F
Black with #C3E14F
Text Example
Text Example
White with #C3E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E14F; }
p { color: rgb(195,225,79); }
H1.HeaderClassName
{
color: #C3E14F;
}
.AnyTagClassName
{
color: #C3E14F;
}
</style>
background-color css
<style>
a { background-color: #C3E14F; }
a { background-color: rgb(195,225,79); }
div.DivClassName
{
background-color: #C3E14F;
}
.BgClassName
{
background-color: #C3E14F;
}
</style>
border-color css
<style>
span { border-color: #C3E14F; }
span { border-color: rgb(195,225,79); }
td.TdClassName
{
border-color: #C3E14F;
}
.TagClassName
{
border-color: #C3E14F;
}
</style>