Shades of Conifer #C3E364
Tints of Conifer #C3E364
RGB
CMYK
RGB Variations
Color information
#C3E364 (or 0xC3E364) is known color: Conifer. HEX triplet: C3, E3 and 64. RGB value is (195,227,100). Sum of RGB (Red+Green+Blue) = 195+227+100=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E364 is #3C1C9B. Grayscale: #CBCBCB. Windows color (decimal): -3939484 or 6611907. OLE color: 6611907.
HSL color Cylindrical-coordinate representation of color #C3E364: hue angle of 75.12º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3E364 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 100 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.11 |
| HSL | 75.12º | 0.69% | 0.64% | - |
| HSV(B) | 75.12º | 0.56% | 0.89% | - |
| XYZ | 52.28 | 67.46 | 22.32 | - |
| YUV | 202.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 100 | 0.14 | 0 | 0.56 | 0.11 | 75.12 | 0.69 | 0.64 |
| Hex | C3 | E3 | 64 | E | 0 | 38 | B | 4B | 45 | 40 |
| Octal | 303 | 343 | 144 | 16 | 0 | 70 | 13 | 113 | 105 | 100 |
| Binary | 11000011 | 11100011 | 1100100 | 1110 | 0 | 111000 | 1011 | 1001011 | 1000101 | 1000000 |
Color Harmonies of #C3E364
Complementary color
Monochromatic Colors of #C3E364
Black with #C3E364
Text Example
Text Example
White with #C3E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E364; }
p { color: rgb(195,227,100); }
H1.HeaderClassName
{
color: #C3E364;
}
.AnyTagClassName
{
color: #C3E364;
}
</style>
background-color css
<style>
a { background-color: #C3E364; }
a { background-color: rgb(195,227,100); }
div.DivClassName
{
background-color: #C3E364;
}
.BgClassName
{
background-color: #C3E364;
}
</style>
border-color css
<style>
span { border-color: #C3E364; }
span { border-color: rgb(195,227,100); }
td.TdClassName
{
border-color: #C3E364;
}
.TagClassName
{
border-color: #C3E364;
}
</style>