Shades of Conifer #C3E15C
Tints of Conifer #C3E15C
RGB
CMYK
RGB Variations
Color information
#C3E15C (or 0xC3E15C) is known color: Conifer. HEX triplet: C3, E1 and 5C. RGB value is (195,225,92). Sum of RGB (Red+Green+Blue) = 195+225+92=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E15C is #3C1EA3. Grayscale: #C9C9C9. Windows color (decimal): -3940004 or 6087107. OLE color: 6087107.
HSL color Cylindrical-coordinate representation of color #C3E15C: hue angle of 73.53º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3E15C is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 92 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.12 |
| HSL | 73.53º | 0.69% | 0.62% | - |
| HSV(B) | 73.53º | 0.59% | 0.88% | - |
| XYZ | 51.36 | 66.23 | 20.2 | - |
| YUV | 200.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 92 | 0.13 | 0 | 0.59 | 0.12 | 73.53 | 0.69 | 0.62 |
| Hex | C3 | E1 | 5C | D | 0 | 3B | C | 4A | 45 | 3E |
| Octal | 303 | 341 | 134 | 15 | 0 | 73 | 14 | 112 | 105 | 76 |
| Binary | 11000011 | 11100001 | 1011100 | 1101 | 0 | 111011 | 1100 | 1001010 | 1000101 | 111110 |
Color Harmonies of #C3E15C
Complementary color
Monochromatic Colors of #C3E15C
Black with #C3E15C
Text Example
Text Example
White with #C3E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E15C; }
p { color: rgb(195,225,92); }
H1.HeaderClassName
{
color: #C3E15C;
}
.AnyTagClassName
{
color: #C3E15C;
}
</style>
background-color css
<style>
a { background-color: #C3E15C; }
a { background-color: rgb(195,225,92); }
div.DivClassName
{
background-color: #C3E15C;
}
.BgClassName
{
background-color: #C3E15C;
}
</style>
border-color css
<style>
span { border-color: #C3E15C; }
span { border-color: rgb(195,225,92); }
td.TdClassName
{
border-color: #C3E15C;
}
.TagClassName
{
border-color: #C3E15C;
}
</style>