Shades of Conifer #C3EF5D
Tints of Conifer #C3EF5D
RGB
CMYK
RGB Variations
Color information
#C3EF5D (or 0xC3EF5D) is known color: Conifer. HEX triplet: C3, EF and 5D. RGB value is (195,239,93). Sum of RGB (Red+Green+Blue) = 195+239+93=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EF5D is #3C10A2. Grayscale: #D1D1D1. Windows color (decimal): -3936419 or 6156227. OLE color: 6156227.
HSL color Cylindrical-coordinate representation of color #C3EF5D: hue angle of 78.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3EF5D is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 93 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.06 |
| HSL | 78.08º | 0.82% | 0.65% | - |
| HSV(B) | 78.08º | 0.61% | 0.94% | - |
| XYZ | 55.35 | 74.13 | 21.75 | - |
| YUV | 209.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 93 | 0.18 | 0 | 0.61 | 0.06 | 78.08 | 0.82 | 0.65 |
| Hex | C3 | EF | 5D | 12 | 0 | 3D | 6 | 4E | 52 | 41 |
| Octal | 303 | 357 | 135 | 22 | 0 | 75 | 6 | 116 | 122 | 101 |
| Binary | 11000011 | 11101111 | 1011101 | 10010 | 0 | 111101 | 110 | 1001110 | 1010010 | 1000001 |
Color Harmonies of #C3EF5D
Complementary color
Monochromatic Colors of #C3EF5D
Black with #C3EF5D
Text Example
Text Example
White with #C3EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF5D; }
p { color: rgb(195,239,93); }
H1.HeaderClassName
{
color: #C3EF5D;
}
.AnyTagClassName
{
color: #C3EF5D;
}
</style>
background-color css
<style>
a { background-color: #C3EF5D; }
a { background-color: rgb(195,239,93); }
div.DivClassName
{
background-color: #C3EF5D;
}
.BgClassName
{
background-color: #C3EF5D;
}
</style>
border-color css
<style>
span { border-color: #C3EF5D; }
span { border-color: rgb(195,239,93); }
td.TdClassName
{
border-color: #C3EF5D;
}
.TagClassName
{
border-color: #C3EF5D;
}
</style>