Shades of Conifer #C3E962
Tints of Conifer #C3E962
RGB
CMYK
RGB Variations
Color information
#C3E962 (or 0xC3E962) is known color: Conifer. HEX triplet: C3, E9 and 62. RGB value is (195,233,98). Sum of RGB (Red+Green+Blue) = 195+233+98=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E962 is #3C169D. Grayscale: #CECECE. Windows color (decimal): -3937950 or 6482371. OLE color: 6482371.
HSL color Cylindrical-coordinate representation of color #C3E962: hue angle of 76.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3E962 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 98 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.09 |
| HSL | 76.89º | 0.75% | 0.65% | - |
| HSV(B) | 76.89º | 0.58% | 0.91% | - |
| XYZ | 53.85 | 70.76 | 22.38 | - |
| YUV | 206.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 98 | 0.16 | 0 | 0.58 | 0.09 | 76.89 | 0.75 | 0.65 |
| Hex | C3 | E9 | 62 | 10 | 0 | 3A | 9 | 4D | 4B | 41 |
| Octal | 303 | 351 | 142 | 20 | 0 | 72 | 11 | 115 | 113 | 101 |
| Binary | 11000011 | 11101001 | 1100010 | 10000 | 0 | 111010 | 1001 | 1001101 | 1001011 | 1000001 |
Color Harmonies of #C3E962
Complementary color
Monochromatic Colors of #C3E962
Black with #C3E962
Text Example
Text Example
White with #C3E962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E962; }
p { color: rgb(195,233,98); }
H1.HeaderClassName
{
color: #C3E962;
}
.AnyTagClassName
{
color: #C3E962;
}
</style>
background-color css
<style>
a { background-color: #C3E962; }
a { background-color: rgb(195,233,98); }
div.DivClassName
{
background-color: #C3E962;
}
.BgClassName
{
background-color: #C3E962;
}
</style>
border-color css
<style>
span { border-color: #C3E962; }
span { border-color: rgb(195,233,98); }
td.TdClassName
{
border-color: #C3E962;
}
.TagClassName
{
border-color: #C3E962;
}
</style>