Shades of Conifer #C2E661
Tints of Conifer #C2E661
RGB
CMYK
RGB Variations
Color information
#C2E661 (or 0xC2E661) is known color: Conifer. HEX triplet: C2, E6 and 61. RGB value is (194,230,97). Sum of RGB (Red+Green+Blue) = 194+230+97=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E661 is #3D199E. Grayscale: #CCCCCC. Windows color (decimal): -4004255 or 6416066. OLE color: 6416066.
HSL color Cylindrical-coordinate representation of color #C2E661: hue angle of 76.24º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E661 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 97 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.10 |
| HSL | 76.24º | 0.73% | 0.64% | - |
| HSV(B) | 76.24º | 0.58% | 0.9% | - |
| XYZ | 52.7 | 68.93 | 21.84 | - |
| YUV | 204.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 97 | 0.16 | 0 | 0.58 | 0.10 | 76.24 | 0.73 | 0.64 |
| Hex | C2 | E6 | 61 | 10 | 0 | 3A | A | 4C | 49 | 40 |
| Octal | 302 | 346 | 141 | 20 | 0 | 72 | 12 | 114 | 111 | 100 |
| Binary | 11000010 | 11100110 | 1100001 | 10000 | 0 | 111010 | 1010 | 1001100 | 1001001 | 1000000 |
Color Harmonies of #C2E661
Complementary color
Monochromatic Colors of #C2E661
Black with #C2E661
Text Example
Text Example
White with #C2E661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E661; }
p { color: rgb(194,230,97); }
H1.HeaderClassName
{
color: #C2E661;
}
.AnyTagClassName
{
color: #C2E661;
}
</style>
background-color css
<style>
a { background-color: #C2E661; }
a { background-color: rgb(194,230,97); }
div.DivClassName
{
background-color: #C2E661;
}
.BgClassName
{
background-color: #C2E661;
}
</style>
border-color css
<style>
span { border-color: #C2E661; }
span { border-color: rgb(194,230,97); }
td.TdClassName
{
border-color: #C2E661;
}
.TagClassName
{
border-color: #C2E661;
}
</style>