Shades of Conifer #C1ED61
Tints of Conifer #C1ED61
RGB
CMYK
RGB Variations
Color information
#C1ED61 (or 0xC1ED61) is known color: Conifer. HEX triplet: C1, ED and 61. RGB value is (193,237,97). Sum of RGB (Red+Green+Blue) = 193+237+97=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED61 is #3E129E. Grayscale: #D0D0D0. Windows color (decimal): -4067999 or 6417857. OLE color: 6417857.
HSL color Cylindrical-coordinate representation of color #C1ED61: hue angle of 78.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1ED61 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 97 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.07 |
| HSL | 78.86º | 0.8% | 0.65% | - |
| HSV(B) | 78.86º | 0.59% | 0.93% | - |
| XYZ | 54.43 | 72.77 | 22.49 | - |
| YUV | 207.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 97 | 0.19 | 0 | 0.59 | 0.07 | 78.86 | 0.8 | 0.65 |
| Hex | C1 | ED | 61 | 13 | 0 | 3B | 7 | 4F | 50 | 41 |
| Octal | 301 | 355 | 141 | 23 | 0 | 73 | 7 | 117 | 120 | 101 |
| Binary | 11000001 | 11101101 | 1100001 | 10011 | 0 | 111011 | 111 | 1001111 | 1010000 | 1000001 |
Color Harmonies of #C1ED61
Complementary color
Monochromatic Colors of #C1ED61
Black with #C1ED61
Text Example
Text Example
White with #C1ED61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED61; }
p { color: rgb(193,237,97); }
H1.HeaderClassName
{
color: #C1ED61;
}
.AnyTagClassName
{
color: #C1ED61;
}
</style>
background-color css
<style>
a { background-color: #C1ED61; }
a { background-color: rgb(193,237,97); }
div.DivClassName
{
background-color: #C1ED61;
}
.BgClassName
{
background-color: #C1ED61;
}
</style>
border-color css
<style>
span { border-color: #C1ED61; }
span { border-color: rgb(193,237,97); }
td.TdClassName
{
border-color: #C1ED61;
}
.TagClassName
{
border-color: #C1ED61;
}
</style>