Shades of Conifer #C0FF57
Tints of Conifer #C0FF57
RGB
CMYK
RGB Variations
Color information
#C0FF57 (or 0xC0FF57) is known color: Conifer. HEX triplet: C0, FF and 57. RGB value is (192,255,87). Sum of RGB (Red+Green+Blue) = 192+255+87=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF57 is #3F00A8. Grayscale: #D9D9D9. Windows color (decimal): -4128937 or 5767104. OLE color: 5767104.
HSL color Cylindrical-coordinate representation of color #C0FF57: hue angle of 82.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0FF57 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 87 | - |
| CMYK | 0.25 | 0 | 0.66 | 0 |
| HSL | 82.5º | 1% | 0.67% | - |
| HSV(B) | 82.5º | 0.66% | 1% | - |
| XYZ | 59.22 | 83.41 | 22 | - |
| YUV | 217.01 | 54.63 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 87 | 0.25 | 0 | 0.66 | 0 | 82.5 | 1 | 0.67 |
| Hex | C0 | FF | 57 | 19 | 0 | 42 | 0 | 52 | 64 | 43 |
| Octal | 300 | 377 | 127 | 31 | 0 | 102 | 0 | 122 | 144 | 103 |
| Binary | 11000000 | 11111111 | 1010111 | 11001 | 0 | 1000010 | 0 | 1010010 | 1100100 | 1000011 |
Color Harmonies of #C0FF57
Complementary color
Monochromatic Colors of #C0FF57
Black with #C0FF57
Text Example
Text Example
White with #C0FF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF57; }
p { color: rgb(192,255,87); }
H1.HeaderClassName
{
color: #C0FF57;
}
.AnyTagClassName
{
color: #C0FF57;
}
</style>
background-color css
<style>
a { background-color: #C0FF57; }
a { background-color: rgb(192,255,87); }
div.DivClassName
{
background-color: #C0FF57;
}
.BgClassName
{
background-color: #C0FF57;
}
</style>
border-color css
<style>
span { border-color: #C0FF57; }
span { border-color: rgb(192,255,87); }
td.TdClassName
{
border-color: #C0FF57;
}
.TagClassName
{
border-color: #C0FF57;
}
</style>