Shades of Conifer #C3E95F
Tints of Conifer #C3E95F
RGB
CMYK
RGB Variations
Color information
#C3E95F (or 0xC3E95F) is known color: Conifer. HEX triplet: C3, E9 and 5F. RGB value is (195,233,95). Sum of RGB (Red+Green+Blue) = 195+233+95=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E95F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E95F is #3C16A0. Grayscale: #CECECE. Windows color (decimal): -3937953 or 6285763. OLE color: 6285763.
HSL color Cylindrical-coordinate representation of color #C3E95F: hue angle of 76.52º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3E95F is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 95 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.09 |
| HSL | 76.52º | 0.76% | 0.64% | - |
| HSV(B) | 76.52º | 0.59% | 0.91% | - |
| XYZ | 53.71 | 70.71 | 21.64 | - |
| YUV | 205.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 95 | 0.16 | 0 | 0.59 | 0.09 | 76.52 | 0.76 | 0.64 |
| Hex | C3 | E9 | 5F | 10 | 0 | 3B | 9 | 4D | 4C | 40 |
| Octal | 303 | 351 | 137 | 20 | 0 | 73 | 11 | 115 | 114 | 100 |
| Binary | 11000011 | 11101001 | 1011111 | 10000 | 0 | 111011 | 1001 | 1001101 | 1001100 | 1000000 |
Color Harmonies of #C3E95F
Complementary color
Monochromatic Colors of #C3E95F
Black with #C3E95F
Text Example
Text Example
White with #C3E95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E95F; }
p { color: rgb(195,233,95); }
H1.HeaderClassName
{
color: #C3E95F;
}
.AnyTagClassName
{
color: #C3E95F;
}
</style>
background-color css
<style>
a { background-color: #C3E95F; }
a { background-color: rgb(195,233,95); }
div.DivClassName
{
background-color: #C3E95F;
}
.BgClassName
{
background-color: #C3E95F;
}
</style>
border-color css
<style>
span { border-color: #C3E95F; }
span { border-color: rgb(195,233,95); }
td.TdClassName
{
border-color: #C3E95F;
}
.TagClassName
{
border-color: #C3E95F;
}
</style>