Shades of Conifer #C2EB62
Tints of Conifer #C2EB62
RGB
CMYK
RGB Variations
Color information
#C2EB62 (or 0xC2EB62) is known color: Conifer. HEX triplet: C2, EB and 62. RGB value is (194,235,98). Sum of RGB (Red+Green+Blue) = 194+235+98=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB62 is #3D149D. Grayscale: #CFCFCF. Windows color (decimal): -4002974 or 6482882. OLE color: 6482882.
HSL color Cylindrical-coordinate representation of color #C2EB62: hue angle of 77.96º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2EB62 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 98 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.08 |
| HSL | 77.96º | 0.77% | 0.65% | - |
| HSV(B) | 77.96º | 0.58% | 0.92% | - |
| XYZ | 54.16 | 71.77 | 22.55 | - |
| YUV | 207.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 98 | 0.17 | 0 | 0.58 | 0.08 | 77.96 | 0.77 | 0.65 |
| Hex | C2 | EB | 62 | 11 | 0 | 3A | 8 | 4E | 4D | 41 |
| Octal | 302 | 353 | 142 | 21 | 0 | 72 | 10 | 116 | 115 | 101 |
| Binary | 11000010 | 11101011 | 1100010 | 10001 | 0 | 111010 | 1000 | 1001110 | 1001101 | 1000001 |
Color Harmonies of #C2EB62
Complementary color
Monochromatic Colors of #C2EB62
Black with #C2EB62
Text Example
Text Example
White with #C2EB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB62; }
p { color: rgb(194,235,98); }
H1.HeaderClassName
{
color: #C2EB62;
}
.AnyTagClassName
{
color: #C2EB62;
}
</style>
background-color css
<style>
a { background-color: #C2EB62; }
a { background-color: rgb(194,235,98); }
div.DivClassName
{
background-color: #C2EB62;
}
.BgClassName
{
background-color: #C2EB62;
}
</style>
border-color css
<style>
span { border-color: #C2EB62; }
span { border-color: rgb(194,235,98); }
td.TdClassName
{
border-color: #C2EB62;
}
.TagClassName
{
border-color: #C2EB62;
}
</style>