Shades of Conifer #C2F161
Tints of Conifer #C2F161
RGB
CMYK
RGB Variations
Color information
#C2F161 (or 0xC2F161) is known color: Conifer. HEX triplet: C2, F1 and 61. RGB value is (194,241,97). Sum of RGB (Red+Green+Blue) = 194+241+97=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F161 is #3D0E9E. Grayscale: #D3D3D3. Windows color (decimal): -4001439 or 6418882. OLE color: 6418882.
HSL color Cylindrical-coordinate representation of color #C2F161: hue angle of 79.58º 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 #C2F161 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 97 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.05 |
| HSL | 79.58º | 0.84% | 0.66% | - |
| HSV(B) | 79.58º | 0.6% | 0.95% | - |
| XYZ | 55.86 | 75.24 | 22.89 | - |
| YUV | 210.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 97 | 0.20 | 0 | 0.60 | 0.05 | 79.58 | 0.84 | 0.66 |
| Hex | C2 | F1 | 61 | 14 | 0 | 3C | 5 | 50 | 54 | 42 |
| Octal | 302 | 361 | 141 | 24 | 0 | 74 | 5 | 120 | 124 | 102 |
| Binary | 11000010 | 11110001 | 1100001 | 10100 | 0 | 111100 | 101 | 1010000 | 1010100 | 1000010 |
Color Harmonies of #C2F161
Complementary color
Monochromatic Colors of #C2F161
Black with #C2F161
Text Example
Text Example
White with #C2F161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F161; }
p { color: rgb(194,241,97); }
H1.HeaderClassName
{
color: #C2F161;
}
.AnyTagClassName
{
color: #C2F161;
}
</style>
background-color css
<style>
a { background-color: #C2F161; }
a { background-color: rgb(194,241,97); }
div.DivClassName
{
background-color: #C2F161;
}
.BgClassName
{
background-color: #C2F161;
}
</style>
border-color css
<style>
span { border-color: #C2F161; }
span { border-color: rgb(194,241,97); }
td.TdClassName
{
border-color: #C2F161;
}
.TagClassName
{
border-color: #C2F161;
}
</style>