Shades of Conifer #C0FC5F
Tints of Conifer #C0FC5F
RGB
CMYK
RGB Variations
Color information
#C0FC5F (or 0xC0FC5F) is known color: Conifer. HEX triplet: C0, FC and 5F. RGB value is (192,252,95). Sum of RGB (Red+Green+Blue) = 192+252+95=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC5F is #3F03A0. Grayscale: #D8D8D8. Windows color (decimal): -4129697 or 6290624. OLE color: 6290624.
HSL color Cylindrical-coordinate representation of color #C0FC5F: hue angle of 82.93º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FC5F is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 95 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.01 |
| HSL | 82.93º | 0.96% | 0.68% | - |
| HSV(B) | 82.93º | 0.62% | 0.99% | - |
| XYZ | 58.61 | 81.65 | 23.5 | - |
| YUV | 216.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 95 | 0.24 | 0 | 0.62 | 0.01 | 82.93 | 0.96 | 0.68 |
| Hex | C0 | FC | 5F | 18 | 0 | 3E | 1 | 53 | 60 | 44 |
| Octal | 300 | 374 | 137 | 30 | 0 | 76 | 1 | 123 | 140 | 104 |
| Binary | 11000000 | 11111100 | 1011111 | 11000 | 0 | 111110 | 1 | 1010011 | 1100000 | 1000100 |
Color Harmonies of #C0FC5F
Complementary color
Monochromatic Colors of #C0FC5F
Black with #C0FC5F
Text Example
Text Example
White with #C0FC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC5F; }
p { color: rgb(192,252,95); }
H1.HeaderClassName
{
color: #C0FC5F;
}
.AnyTagClassName
{
color: #C0FC5F;
}
</style>
background-color css
<style>
a { background-color: #C0FC5F; }
a { background-color: rgb(192,252,95); }
div.DivClassName
{
background-color: #C0FC5F;
}
.BgClassName
{
background-color: #C0FC5F;
}
</style>
border-color css
<style>
span { border-color: #C0FC5F; }
span { border-color: rgb(192,252,95); }
td.TdClassName
{
border-color: #C0FC5F;
}
.TagClassName
{
border-color: #C0FC5F;
}
</style>