Shades of Conifer #C1ED5C
Tints of Conifer #C1ED5C
RGB
CMYK
RGB Variations
Color information
#C1ED5C (or 0xC1ED5C) is known color: Conifer. HEX triplet: C1, ED and 5C. RGB value is (193,237,92). Sum of RGB (Red+Green+Blue) = 193+237+92=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED5C is #3E12A3. Grayscale: #CFCFCF. Windows color (decimal): -4068004 or 6090177. OLE color: 6090177.
HSL color Cylindrical-coordinate representation of color #C1ED5C: hue angle of 78.21º degrees, saturation: 0.8, 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 #C1ED5C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 92 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.07 |
| HSL | 78.21º | 0.8% | 0.65% | - |
| HSV(B) | 78.21º | 0.61% | 0.93% | - |
| XYZ | 54.21 | 72.68 | 21.3 | - |
| YUV | 207.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 92 | 0.19 | 0 | 0.61 | 0.07 | 78.21 | 0.8 | 0.65 |
| Hex | C1 | ED | 5C | 13 | 0 | 3D | 7 | 4E | 50 | 41 |
| Octal | 301 | 355 | 134 | 23 | 0 | 75 | 7 | 116 | 120 | 101 |
| Binary | 11000001 | 11101101 | 1011100 | 10011 | 0 | 111101 | 111 | 1001110 | 1010000 | 1000001 |
Color Harmonies of #C1ED5C
Complementary color
Monochromatic Colors of #C1ED5C
Black with #C1ED5C
Text Example
Text Example
White with #C1ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED5C; }
p { color: rgb(193,237,92); }
H1.HeaderClassName
{
color: #C1ED5C;
}
.AnyTagClassName
{
color: #C1ED5C;
}
</style>
background-color css
<style>
a { background-color: #C1ED5C; }
a { background-color: rgb(193,237,92); }
div.DivClassName
{
background-color: #C1ED5C;
}
.BgClassName
{
background-color: #C1ED5C;
}
</style>
border-color css
<style>
span { border-color: #C1ED5C; }
span { border-color: rgb(193,237,92); }
td.TdClassName
{
border-color: #C1ED5C;
}
.TagClassName
{
border-color: #C1ED5C;
}
</style>