Shades of Conifer #C2F162
Tints of Conifer #C2F162
RGB
CMYK
RGB Variations
Color information
#C2F162 (or 0xC2F162) is known color: Conifer. HEX triplet: C2, F1 and 62. RGB value is (194,241,98). Sum of RGB (Red+Green+Blue) = 194+241+98=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F162 is #3D0E9D. Grayscale: #D3D3D3. Windows color (decimal): -4001438 or 6484418. OLE color: 6484418.
HSL color Cylindrical-coordinate representation of color #C2F162: hue angle of 79.72º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2F162 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 98 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.05 |
| HSL | 79.72º | 0.84% | 0.66% | - |
| HSV(B) | 79.72º | 0.59% | 0.95% | - |
| XYZ | 55.91 | 75.26 | 23.14 | - |
| YUV | 210.65 | 64.43 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 98 | 0.20 | 0 | 0.59 | 0.05 | 79.72 | 0.84 | 0.66 |
| Hex | C2 | F1 | 62 | 14 | 0 | 3B | 5 | 50 | 54 | 42 |
| Octal | 302 | 361 | 142 | 24 | 0 | 73 | 5 | 120 | 124 | 102 |
| Binary | 11000010 | 11110001 | 1100010 | 10100 | 0 | 111011 | 101 | 1010000 | 1010100 | 1000010 |
Color Harmonies of #C2F162
Complementary color
Monochromatic Colors of #C2F162
Black with #C2F162
Text Example
Text Example
White with #C2F162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F162; }
p { color: rgb(194,241,98); }
H1.HeaderClassName
{
color: #C2F162;
}
.AnyTagClassName
{
color: #C2F162;
}
</style>
background-color css
<style>
a { background-color: #C2F162; }
a { background-color: rgb(194,241,98); }
div.DivClassName
{
background-color: #C2F162;
}
.BgClassName
{
background-color: #C2F162;
}
</style>
border-color css
<style>
span { border-color: #C2F162; }
span { border-color: rgb(194,241,98); }
td.TdClassName
{
border-color: #C2F162;
}
.TagClassName
{
border-color: #C2F162;
}
</style>