Shades of Conifer #C0FC5E
Tints of Conifer #C0FC5E
RGB
CMYK
RGB Variations
Color information
#C0FC5E (or 0xC0FC5E) is known color: Conifer. HEX triplet: C0, FC and 5E. RGB value is (192,252,94). Sum of RGB (Red+Green+Blue) = 192+252+94=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC5E is #3F03A1. Grayscale: #D8D8D8. Windows color (decimal): -4129698 or 6225088. OLE color: 6225088.
HSL color Cylindrical-coordinate representation of color #C0FC5E: hue angle of 82.78º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0FC5E is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 94 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.01 |
| HSL | 82.78º | 0.96% | 0.68% | - |
| HSV(B) | 82.78º | 0.63% | 0.99% | - |
| XYZ | 58.57 | 81.64 | 23.26 | - |
| YUV | 216.05 | 59.12 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 94 | 0.24 | 0 | 0.63 | 0.01 | 82.78 | 0.96 | 0.68 |
| Hex | C0 | FC | 5E | 18 | 0 | 3F | 1 | 53 | 60 | 44 |
| Octal | 300 | 374 | 136 | 30 | 0 | 77 | 1 | 123 | 140 | 104 |
| Binary | 11000000 | 11111100 | 1011110 | 11000 | 0 | 111111 | 1 | 1010011 | 1100000 | 1000100 |
Color Harmonies of #C0FC5E
Complementary color
Monochromatic Colors of #C0FC5E
Black with #C0FC5E
Text Example
Text Example
White with #C0FC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC5E; }
p { color: rgb(192,252,94); }
H1.HeaderClassName
{
color: #C0FC5E;
}
.AnyTagClassName
{
color: #C0FC5E;
}
</style>
background-color css
<style>
a { background-color: #C0FC5E; }
a { background-color: rgb(192,252,94); }
div.DivClassName
{
background-color: #C0FC5E;
}
.BgClassName
{
background-color: #C0FC5E;
}
</style>
border-color css
<style>
span { border-color: #C0FC5E; }
span { border-color: rgb(192,252,94); }
td.TdClassName
{
border-color: #C0FC5E;
}
.TagClassName
{
border-color: #C0FC5E;
}
</style>