Shades of Conifer #C2E65D
Tints of Conifer #C2E65D
RGB
CMYK
RGB Variations
Color information
#C2E65D (or 0xC2E65D) is known color: Conifer. HEX triplet: C2, E6 and 5D. RGB value is (194,230,93). Sum of RGB (Red+Green+Blue) = 194+230+93=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E65D is #3D19A2. Grayscale: #CCCCCC. Windows color (decimal): -4004259 or 6153922. OLE color: 6153922.
HSL color Cylindrical-coordinate representation of color #C2E65D: hue angle of 75.77º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2E65D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 93 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.10 |
| HSL | 75.77º | 0.73% | 0.63% | - |
| HSV(B) | 75.77º | 0.6% | 0.9% | - |
| XYZ | 52.52 | 68.85 | 20.88 | - |
| YUV | 203.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 93 | 0.16 | 0 | 0.60 | 0.10 | 75.77 | 0.73 | 0.63 |
| Hex | C2 | E6 | 5D | 10 | 0 | 3C | A | 4C | 49 | 3F |
| Octal | 302 | 346 | 135 | 20 | 0 | 74 | 12 | 114 | 111 | 77 |
| Binary | 11000010 | 11100110 | 1011101 | 10000 | 0 | 111100 | 1010 | 1001100 | 1001001 | 111111 |
Color Harmonies of #C2E65D
Complementary color
Monochromatic Colors of #C2E65D
Black with #C2E65D
Text Example
Text Example
White with #C2E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E65D; }
p { color: rgb(194,230,93); }
H1.HeaderClassName
{
color: #C2E65D;
}
.AnyTagClassName
{
color: #C2E65D;
}
</style>
background-color css
<style>
a { background-color: #C2E65D; }
a { background-color: rgb(194,230,93); }
div.DivClassName
{
background-color: #C2E65D;
}
.BgClassName
{
background-color: #C2E65D;
}
</style>
border-color css
<style>
span { border-color: #C2E65D; }
span { border-color: rgb(194,230,93); }
td.TdClassName
{
border-color: #C2E65D;
}
.TagClassName
{
border-color: #C2E65D;
}
</style>