Shades of Conifer #C1F161
Tints of Conifer #C1F161
RGB
CMYK
RGB Variations
Color information
#C1F161 (or 0xC1F161) is known color: Conifer. HEX triplet: C1, F1 and 61. RGB value is (193,241,97). Sum of RGB (Red+Green+Blue) = 193+241+97=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F161 is #3E0E9E. Grayscale: #D2D2D2. Windows color (decimal): -4066975 or 6418881. OLE color: 6418881.
HSL color Cylindrical-coordinate representation of color #C1F161: hue angle of 80º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1F161 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 97 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.05 |
| HSL | 80º | 0.84% | 0.66% | - |
| HSV(B) | 80º | 0.6% | 0.95% | - |
| XYZ | 55.61 | 75.11 | 22.88 | - |
| YUV | 210.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 97 | 0.20 | 0 | 0.60 | 0.05 | 80 | 0.84 | 0.66 |
| Hex | C1 | F1 | 61 | 14 | 0 | 3C | 5 | 50 | 54 | 42 |
| Octal | 301 | 361 | 141 | 24 | 0 | 74 | 5 | 120 | 124 | 102 |
| Binary | 11000001 | 11110001 | 1100001 | 10100 | 0 | 111100 | 101 | 1010000 | 1010100 | 1000010 |
Color Harmonies of #C1F161
Complementary color
Monochromatic Colors of #C1F161
Black with #C1F161
Text Example
Text Example
White with #C1F161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F161; }
p { color: rgb(193,241,97); }
H1.HeaderClassName
{
color: #C1F161;
}
.AnyTagClassName
{
color: #C1F161;
}
</style>
background-color css
<style>
a { background-color: #C1F161; }
a { background-color: rgb(193,241,97); }
div.DivClassName
{
background-color: #C1F161;
}
.BgClassName
{
background-color: #C1F161;
}
</style>
border-color css
<style>
span { border-color: #C1F161; }
span { border-color: rgb(193,241,97); }
td.TdClassName
{
border-color: #C1F161;
}
.TagClassName
{
border-color: #C1F161;
}
</style>