Shades of Conifer #C3EE5D
Tints of Conifer #C3EE5D
RGB
CMYK
RGB Variations
Color information
#C3EE5D (or 0xC3EE5D) is known color: Conifer. HEX triplet: C3, EE and 5D. RGB value is (195,238,93). Sum of RGB (Red+Green+Blue) = 195+238+93=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EE5D is #3C11A2. Grayscale: #D1D1D1. Windows color (decimal): -3936675 or 6155971. OLE color: 6155971.
HSL color Cylindrical-coordinate representation of color #C3EE5D: hue angle of 77.79º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3EE5D is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 93 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.07 |
| HSL | 77.79º | 0.81% | 0.65% | - |
| HSV(B) | 77.79º | 0.61% | 0.93% | - |
| XYZ | 55.06 | 73.54 | 21.65 | - |
| YUV | 208.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 93 | 0.18 | 0 | 0.61 | 0.07 | 77.79 | 0.81 | 0.65 |
| Hex | C3 | EE | 5D | 12 | 0 | 3D | 7 | 4E | 51 | 41 |
| Octal | 303 | 356 | 135 | 22 | 0 | 75 | 7 | 116 | 121 | 101 |
| Binary | 11000011 | 11101110 | 1011101 | 10010 | 0 | 111101 | 111 | 1001110 | 1010001 | 1000001 |
Color Harmonies of #C3EE5D
Complementary color
Monochromatic Colors of #C3EE5D
Black with #C3EE5D
Text Example
Text Example
White with #C3EE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EE5D; }
p { color: rgb(195,238,93); }
H1.HeaderClassName
{
color: #C3EE5D;
}
.AnyTagClassName
{
color: #C3EE5D;
}
</style>
background-color css
<style>
a { background-color: #C3EE5D; }
a { background-color: rgb(195,238,93); }
div.DivClassName
{
background-color: #C3EE5D;
}
.BgClassName
{
background-color: #C3EE5D;
}
</style>
border-color css
<style>
span { border-color: #C3EE5D; }
span { border-color: rgb(195,238,93); }
td.TdClassName
{
border-color: #C3EE5D;
}
.TagClassName
{
border-color: #C3EE5D;
}
</style>