Shades of Conifer #C2FC50
Tints of Conifer #C2FC50
RGB
CMYK
RGB Variations
Color information
#C2FC50 (or 0xC2FC50) is known color: Conifer. HEX triplet: C2, FC and 50. RGB value is (194,252,80). Sum of RGB (Red+Green+Blue) = 194+252+80=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC50 is #3D03AF. Grayscale: #D7D7D7. Windows color (decimal): -3998640 or 5307586. OLE color: 5307586.
HSL color Cylindrical-coordinate representation of color #C2FC50: hue angle of 80.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2FC50 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 80 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.01 |
| HSL | 80.23º | 0.97% | 0.65% | - |
| HSV(B) | 80.23º | 0.68% | 0.99% | - |
| XYZ | 58.51 | 81.67 | 20.27 | - |
| YUV | 215.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 80 | 0.23 | 0 | 0.68 | 0.01 | 80.23 | 0.97 | 0.65 |
| Hex | C2 | FC | 50 | 17 | 0 | 44 | 1 | 50 | 61 | 41 |
| Octal | 302 | 374 | 120 | 27 | 0 | 104 | 1 | 120 | 141 | 101 |
| Binary | 11000010 | 11111100 | 1010000 | 10111 | 0 | 1000100 | 1 | 1010000 | 1100001 | 1000001 |
Color Harmonies of #C2FC50
Complementary color
Monochromatic Colors of #C2FC50
Black with #C2FC50
Text Example
Text Example
White with #C2FC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC50; }
p { color: rgb(194,252,80); }
H1.HeaderClassName
{
color: #C2FC50;
}
.AnyTagClassName
{
color: #C2FC50;
}
</style>
background-color css
<style>
a { background-color: #C2FC50; }
a { background-color: rgb(194,252,80); }
div.DivClassName
{
background-color: #C2FC50;
}
.BgClassName
{
background-color: #C2FC50;
}
</style>
border-color css
<style>
span { border-color: #C2FC50; }
span { border-color: rgb(194,252,80); }
td.TdClassName
{
border-color: #C2FC50;
}
.TagClassName
{
border-color: #C2FC50;
}
</style>