Shades of Conifer #C3E75D
Tints of Conifer #C3E75D
RGB
CMYK
RGB Variations
Color information
#C3E75D (or 0xC3E75D) is known color: Conifer. HEX triplet: C3, E7 and 5D. RGB value is (195,231,93). Sum of RGB (Red+Green+Blue) = 195+231+93=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #C3E75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E75D is #3C18A2. Grayscale: #CDCDCD. Windows color (decimal): -3938467 or 6154179. OLE color: 6154179.
HSL color Cylindrical-coordinate representation of color #C3E75D: hue angle of 75.65º degrees, saturation: 0.74, 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 #C3E75D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 231 | 93 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.09 |
| HSL | 75.65º | 0.74% | 0.64% | - |
| HSV(B) | 75.65º | 0.6% | 0.91% | - |
| XYZ | 53.06 | 69.54 | 20.98 | - |
| YUV | 204.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 231 | 93 | 0.16 | 0 | 0.60 | 0.09 | 75.65 | 0.74 | 0.64 |
| Hex | C3 | E7 | 5D | 10 | 0 | 3C | 9 | 4C | 4A | 40 |
| Octal | 303 | 347 | 135 | 20 | 0 | 74 | 11 | 114 | 112 | 100 |
| Binary | 11000011 | 11100111 | 1011101 | 10000 | 0 | 111100 | 1001 | 1001100 | 1001010 | 1000000 |
Color Harmonies of #C3E75D
Complementary color
Monochromatic Colors of #C3E75D
Black with #C3E75D
Text Example
Text Example
White with #C3E75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E75D; }
p { color: rgb(195,231,93); }
H1.HeaderClassName
{
color: #C3E75D;
}
.AnyTagClassName
{
color: #C3E75D;
}
</style>
background-color css
<style>
a { background-color: #C3E75D; }
a { background-color: rgb(195,231,93); }
div.DivClassName
{
background-color: #C3E75D;
}
.BgClassName
{
background-color: #C3E75D;
}
</style>
border-color css
<style>
span { border-color: #C3E75D; }
span { border-color: rgb(195,231,93); }
td.TdClassName
{
border-color: #C3E75D;
}
.TagClassName
{
border-color: #C3E75D;
}
</style>