Shades of Conifer #C3E95D
Tints of Conifer #C3E95D
RGB
CMYK
RGB Variations
Color information
#C3E95D (or 0xC3E95D) is known color: Conifer. HEX triplet: C3, E9 and 5D. RGB value is (195,233,93). Sum of RGB (Red+Green+Blue) = 195+233+93=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E95D is #3C16A2. Grayscale: #CECECE. Windows color (decimal): -3937955 or 6154691. OLE color: 6154691.
HSL color Cylindrical-coordinate representation of color #C3E95D: hue angle of 76.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3E95D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 93 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.09 |
| HSL | 76.29º | 0.76% | 0.64% | - |
| HSV(B) | 76.29º | 0.6% | 0.91% | - |
| XYZ | 53.62 | 70.67 | 21.17 | - |
| YUV | 205.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 93 | 0.16 | 0 | 0.60 | 0.09 | 76.29 | 0.76 | 0.64 |
| Hex | C3 | E9 | 5D | 10 | 0 | 3C | 9 | 4C | 4C | 40 |
| Octal | 303 | 351 | 135 | 20 | 0 | 74 | 11 | 114 | 114 | 100 |
| Binary | 11000011 | 11101001 | 1011101 | 10000 | 0 | 111100 | 1001 | 1001100 | 1001100 | 1000000 |
Color Harmonies of #C3E95D
Complementary color
Monochromatic Colors of #C3E95D
Black with #C3E95D
Text Example
Text Example
White with #C3E95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E95D; }
p { color: rgb(195,233,93); }
H1.HeaderClassName
{
color: #C3E95D;
}
.AnyTagClassName
{
color: #C3E95D;
}
</style>
background-color css
<style>
a { background-color: #C3E95D; }
a { background-color: rgb(195,233,93); }
div.DivClassName
{
background-color: #C3E95D;
}
.BgClassName
{
background-color: #C3E95D;
}
</style>
border-color css
<style>
span { border-color: #C3E95D; }
span { border-color: rgb(195,233,93); }
td.TdClassName
{
border-color: #C3E95D;
}
.TagClassName
{
border-color: #C3E95D;
}
</style>