Shades of Conifer #C2FC59
Tints of Conifer #C2FC59
RGB
CMYK
RGB Variations
Color information
#C2FC59 (or 0xC2FC59) is known color: Conifer. HEX triplet: C2, FC and 59. RGB value is (194,252,89). Sum of RGB (Red+Green+Blue) = 194+252+89=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC59 is #3D03A6. Grayscale: #D8D8D8. Windows color (decimal): -3998631 or 5897410. OLE color: 5897410.
HSL color Cylindrical-coordinate representation of color #C2FC59: hue angle of 81.35º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2FC59 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 89 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.01 |
| HSL | 81.35º | 0.96% | 0.67% | - |
| HSV(B) | 81.35º | 0.65% | 0.99% | - |
| XYZ | 58.86 | 81.81 | 22.14 | - |
| YUV | 216.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 89 | 0.23 | 0 | 0.65 | 0.01 | 81.35 | 0.96 | 0.67 |
| Hex | C2 | FC | 59 | 17 | 0 | 41 | 1 | 51 | 60 | 43 |
| Octal | 302 | 374 | 131 | 27 | 0 | 101 | 1 | 121 | 140 | 103 |
| Binary | 11000010 | 11111100 | 1011001 | 10111 | 0 | 1000001 | 1 | 1010001 | 1100000 | 1000011 |
Color Harmonies of #C2FC59
Complementary color
Monochromatic Colors of #C2FC59
Black with #C2FC59
Text Example
Text Example
White with #C2FC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC59; }
p { color: rgb(194,252,89); }
H1.HeaderClassName
{
color: #C2FC59;
}
.AnyTagClassName
{
color: #C2FC59;
}
</style>
background-color css
<style>
a { background-color: #C2FC59; }
a { background-color: rgb(194,252,89); }
div.DivClassName
{
background-color: #C2FC59;
}
.BgClassName
{
background-color: #C2FC59;
}
</style>
border-color css
<style>
span { border-color: #C2FC59; }
span { border-color: rgb(194,252,89); }
td.TdClassName
{
border-color: #C2FC59;
}
.TagClassName
{
border-color: #C2FC59;
}
</style>