Shades of Conifer #C2FC5C
Tints of Conifer #C2FC5C
RGB
CMYK
RGB Variations
Color information
#C2FC5C (or 0xC2FC5C) is known color: Conifer. HEX triplet: C2, FC and 5C. RGB value is (194,252,92). Sum of RGB (Red+Green+Blue) = 194+252+92=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC5C is #3D03A3. Grayscale: #D8D8D8. Windows color (decimal): -3998628 or 6094018. OLE color: 6094018.
HSL color Cylindrical-coordinate representation of color #C2FC5C: hue angle of 81.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2FC5C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 92 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.01 |
| HSL | 81.75º | 0.96% | 0.67% | - |
| HSV(B) | 81.75º | 0.63% | 0.99% | - |
| XYZ | 58.99 | 81.86 | 22.82 | - |
| YUV | 216.42 | 57.78 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 92 | 0.23 | 0 | 0.63 | 0.01 | 81.75 | 0.96 | 0.67 |
| Hex | C2 | FC | 5C | 17 | 0 | 3F | 1 | 52 | 60 | 43 |
| Octal | 302 | 374 | 134 | 27 | 0 | 77 | 1 | 122 | 140 | 103 |
| Binary | 11000010 | 11111100 | 1011100 | 10111 | 0 | 111111 | 1 | 1010010 | 1100000 | 1000011 |
Color Harmonies of #C2FC5C
Complementary color
Monochromatic Colors of #C2FC5C
Black with #C2FC5C
Text Example
Text Example
White with #C2FC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC5C; }
p { color: rgb(194,252,92); }
H1.HeaderClassName
{
color: #C2FC5C;
}
.AnyTagClassName
{
color: #C2FC5C;
}
</style>
background-color css
<style>
a { background-color: #C2FC5C; }
a { background-color: rgb(194,252,92); }
div.DivClassName
{
background-color: #C2FC5C;
}
.BgClassName
{
background-color: #C2FC5C;
}
</style>
border-color css
<style>
span { border-color: #C2FC5C; }
span { border-color: rgb(194,252,92); }
td.TdClassName
{
border-color: #C2FC5C;
}
.TagClassName
{
border-color: #C2FC5C;
}
</style>