Shades of Conifer #C1ED5B
Tints of Conifer #C1ED5B
RGB
CMYK
RGB Variations
Color information
#C1ED5B (or 0xC1ED5B) is known color: Conifer. HEX triplet: C1, ED and 5B. RGB value is (193,237,91). Sum of RGB (Red+Green+Blue) = 193+237+91=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED5B is #3E12A4. Grayscale: #CFCFCF. Windows color (decimal): -4068005 or 6024641. OLE color: 6024641.
HSL color Cylindrical-coordinate representation of color #C1ED5B: hue angle of 78.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1ED5B is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 91 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.07 |
| HSL | 78.08º | 0.8% | 0.64% | - |
| HSV(B) | 78.08º | 0.62% | 0.93% | - |
| XYZ | 54.16 | 72.66 | 21.07 | - |
| YUV | 207.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 91 | 0.19 | 0 | 0.62 | 0.07 | 78.08 | 0.8 | 0.64 |
| Hex | C1 | ED | 5B | 13 | 0 | 3E | 7 | 4E | 50 | 40 |
| Octal | 301 | 355 | 133 | 23 | 0 | 76 | 7 | 116 | 120 | 100 |
| Binary | 11000001 | 11101101 | 1011011 | 10011 | 0 | 111110 | 111 | 1001110 | 1010000 | 1000000 |
Color Harmonies of #C1ED5B
Complementary color
Monochromatic Colors of #C1ED5B
Black with #C1ED5B
Text Example
Text Example
White with #C1ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED5B; }
p { color: rgb(193,237,91); }
H1.HeaderClassName
{
color: #C1ED5B;
}
.AnyTagClassName
{
color: #C1ED5B;
}
</style>
background-color css
<style>
a { background-color: #C1ED5B; }
a { background-color: rgb(193,237,91); }
div.DivClassName
{
background-color: #C1ED5B;
}
.BgClassName
{
background-color: #C1ED5B;
}
</style>
border-color css
<style>
span { border-color: #C1ED5B; }
span { border-color: rgb(193,237,91); }
td.TdClassName
{
border-color: #C1ED5B;
}
.TagClassName
{
border-color: #C1ED5B;
}
</style>