Shades of Conifer #C2EF60
Tints of Conifer #C2EF60
RGB
CMYK
RGB Variations
Color information
#C2EF60 (or 0xC2EF60) is known color: Conifer. HEX triplet: C2, EF and 60. RGB value is (194,239,96). Sum of RGB (Red+Green+Blue) = 194+239+96=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EF60 is #3D109F. Grayscale: #D1D1D1. Windows color (decimal): -4001952 or 6352834. OLE color: 6352834.
HSL color Cylindrical-coordinate representation of color #C2EF60: hue angle of 78.88º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2EF60 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 96 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.06 |
| HSL | 78.88º | 0.82% | 0.66% | - |
| HSV(B) | 78.88º | 0.6% | 0.94% | - |
| XYZ | 55.23 | 74.05 | 22.45 | - |
| YUV | 209.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 96 | 0.19 | 0 | 0.60 | 0.06 | 78.88 | 0.82 | 0.66 |
| Hex | C2 | EF | 60 | 13 | 0 | 3C | 6 | 4F | 52 | 42 |
| Octal | 302 | 357 | 140 | 23 | 0 | 74 | 6 | 117 | 122 | 102 |
| Binary | 11000010 | 11101111 | 1100000 | 10011 | 0 | 111100 | 110 | 1001111 | 1010010 | 1000010 |
Color Harmonies of #C2EF60
Complementary color
Monochromatic Colors of #C2EF60
Black with #C2EF60
Text Example
Text Example
White with #C2EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF60; }
p { color: rgb(194,239,96); }
H1.HeaderClassName
{
color: #C2EF60;
}
.AnyTagClassName
{
color: #C2EF60;
}
</style>
background-color css
<style>
a { background-color: #C2EF60; }
a { background-color: rgb(194,239,96); }
div.DivClassName
{
background-color: #C2EF60;
}
.BgClassName
{
background-color: #C2EF60;
}
</style>
border-color css
<style>
span { border-color: #C2EF60; }
span { border-color: rgb(194,239,96); }
td.TdClassName
{
border-color: #C2EF60;
}
.TagClassName
{
border-color: #C2EF60;
}
</style>