Shades of Conifer #C1F361
Tints of Conifer #C1F361
RGB
CMYK
RGB Variations
Color information
#C1F361 (or 0xC1F361) is known color: Conifer. HEX triplet: C1, F3 and 61. RGB value is (193,243,97). Sum of RGB (Red+Green+Blue) = 193+243+97=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F361 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F361 is #3E0C9E. Grayscale: #D3D3D3. Windows color (decimal): -4066463 or 6419393. OLE color: 6419393.
HSL color Cylindrical-coordinate representation of color #C1F361: hue angle of 80.55º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1F361 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 97 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.05 |
| HSL | 80.55º | 0.86% | 0.67% | - |
| HSV(B) | 80.55º | 0.6% | 0.95% | - |
| XYZ | 56.2 | 76.3 | 23.07 | - |
| YUV | 211.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 97 | 0.21 | 0 | 0.60 | 0.05 | 80.55 | 0.86 | 0.67 |
| Hex | C1 | F3 | 61 | 15 | 0 | 3C | 5 | 51 | 56 | 43 |
| Octal | 301 | 363 | 141 | 25 | 0 | 74 | 5 | 121 | 126 | 103 |
| Binary | 11000001 | 11110011 | 1100001 | 10101 | 0 | 111100 | 101 | 1010001 | 1010110 | 1000011 |
Color Harmonies of #C1F361
Complementary color
Monochromatic Colors of #C1F361
Black with #C1F361
Text Example
Text Example
White with #C1F361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F361; }
p { color: rgb(193,243,97); }
H1.HeaderClassName
{
color: #C1F361;
}
.AnyTagClassName
{
color: #C1F361;
}
</style>
background-color css
<style>
a { background-color: #C1F361; }
a { background-color: rgb(193,243,97); }
div.DivClassName
{
background-color: #C1F361;
}
.BgClassName
{
background-color: #C1F361;
}
</style>
border-color css
<style>
span { border-color: #C1F361; }
span { border-color: rgb(193,243,97); }
td.TdClassName
{
border-color: #C1F361;
}
.TagClassName
{
border-color: #C1F361;
}
</style>