Shades of Conifer #C0FF50
Tints of Conifer #C0FF50
RGB
CMYK
RGB Variations
Color information
#C0FF50 (or 0xC0FF50) is known color: Conifer. HEX triplet: C0, FF and 50. RGB value is (192,255,80). Sum of RGB (Red+Green+Blue) = 192+255+80=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FF50 is #3F00AF. Grayscale: #D8D8D8. Windows color (decimal): -4128944 or 5308352. OLE color: 5308352.
HSL color Cylindrical-coordinate representation of color #C0FF50: hue angle of 81.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0FF50 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 80 | - |
| CMYK | 0.25 | 0 | 0.69 | 0 |
| HSL | 81.6º | 1% | 0.66% | - |
| HSV(B) | 81.6º | 0.69% | 1% | - |
| XYZ | 58.95 | 83.31 | 20.56 | - |
| YUV | 216.21 | 51.13 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 80 | 0.25 | 0 | 0.69 | 0 | 81.6 | 1 | 0.66 |
| Hex | C0 | FF | 50 | 19 | 0 | 45 | 0 | 52 | 64 | 42 |
| Octal | 300 | 377 | 120 | 31 | 0 | 105 | 0 | 122 | 144 | 102 |
| Binary | 11000000 | 11111111 | 1010000 | 11001 | 0 | 1000101 | 0 | 1010010 | 1100100 | 1000010 |
Color Harmonies of #C0FF50
Complementary color
Monochromatic Colors of #C0FF50
Black with #C0FF50
Text Example
Text Example
White with #C0FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF50; }
p { color: rgb(192,255,80); }
H1.HeaderClassName
{
color: #C0FF50;
}
.AnyTagClassName
{
color: #C0FF50;
}
</style>
background-color css
<style>
a { background-color: #C0FF50; }
a { background-color: rgb(192,255,80); }
div.DivClassName
{
background-color: #C0FF50;
}
.BgClassName
{
background-color: #C0FF50;
}
</style>
border-color css
<style>
span { border-color: #C0FF50; }
span { border-color: rgb(192,255,80); }
td.TdClassName
{
border-color: #C0FF50;
}
.TagClassName
{
border-color: #C0FF50;
}
</style>