Shades of Conifer #C2E15D
Tints of Conifer #C2E15D
RGB
CMYK
RGB Variations
Color information
#C2E15D (or 0xC2E15D) is known color: Conifer. HEX triplet: C2, E1 and 5D. RGB value is (194,225,93). Sum of RGB (Red+Green+Blue) = 194+225+93=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E15D is #3D1EA2. Grayscale: #C9C9C9. Windows color (decimal): -4005539 or 6152642. OLE color: 6152642.
HSL color Cylindrical-coordinate representation of color #C2E15D: hue angle of 74.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2E15D is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 93 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.12 |
| HSL | 74.09º | 0.69% | 0.62% | - |
| HSV(B) | 74.09º | 0.59% | 0.88% | - |
| XYZ | 51.15 | 66.11 | 20.42 | - |
| YUV | 200.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 93 | 0.14 | 0 | 0.59 | 0.12 | 74.09 | 0.69 | 0.62 |
| Hex | C2 | E1 | 5D | E | 0 | 3B | C | 4A | 45 | 3E |
| Octal | 302 | 341 | 135 | 16 | 0 | 73 | 14 | 112 | 105 | 76 |
| Binary | 11000010 | 11100001 | 1011101 | 1110 | 0 | 111011 | 1100 | 1001010 | 1000101 | 111110 |
Color Harmonies of #C2E15D
Complementary color
Monochromatic Colors of #C2E15D
Black with #C2E15D
Text Example
Text Example
White with #C2E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E15D; }
p { color: rgb(194,225,93); }
H1.HeaderClassName
{
color: #C2E15D;
}
.AnyTagClassName
{
color: #C2E15D;
}
</style>
background-color css
<style>
a { background-color: #C2E15D; }
a { background-color: rgb(194,225,93); }
div.DivClassName
{
background-color: #C2E15D;
}
.BgClassName
{
background-color: #C2E15D;
}
</style>
border-color css
<style>
span { border-color: #C2E15D; }
span { border-color: rgb(194,225,93); }
td.TdClassName
{
border-color: #C2E15D;
}
.TagClassName
{
border-color: #C2E15D;
}
</style>